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-b93c2d0d6712
master
ryo_saeba 2010-11-20 15:47:29 +00:00
parent 9975403968
commit a39439ab35
1 changed files with 3 additions and 0 deletions

View File

@ -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'):