Prevent actual reading of the panel.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14920 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-07-24 14:15:13 +00:00
parent a21d3b372c
commit fb0f1d5bab
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ for guild in guildlist:
standings.sort(mycmp)
for item in standings:
activator.Write('%s - %s - %s' %(item[1],item[0],item[2]))
Crossfire.SetReturnValue(1)