mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
318 B
318 B
Function: RemoveSpawnAccess(Spawn, Player)
Description: Removes the Player from accessing the Spawn.
Parameters:
spawn(Spawn) - Spawn object representingspawn.player(Spawn) - Spawn object representingplayer.
Returns: None.
Example:
RemoveSpawnAccess(Spawn, Player)