Prevent actual reading of the panel.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14920 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a21d3b372c
commit
fb0f1d5bab
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue