Do not attempt arresting things like traps, please.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14113 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9975403968
commit
a39439ab35
|
@ -33,6 +33,9 @@ guild=CFGuilds.CFGuild(guildname)
|
|||
guildrecord=CFGuilds.CFGuildHouses().info(guildname)
|
||||
ActionRequired=Params[2]
|
||||
|
||||
# things which are not a player are ok
|
||||
if activator.Type != Crossfire.Type.PLAYER:
|
||||
Approved = 'Access granted'
|
||||
|
||||
|
||||
if (Approved != 'Access granted'):
|
||||
|
|
Loading…
Reference in New Issue