Test jail information.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14529 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
68a0e673c5
commit
0a6b0b1664
|
@ -111,6 +111,8 @@ def do_region():
|
|||
else:
|
||||
msg += ('Region without parent\n')
|
||||
|
||||
msg += "Jail: %s (%d,%d)"%(cur.JailPath, cur.JailX, cur.JailY)
|
||||
|
||||
whoami.Say(msg)
|
||||
|
||||
def do_activator():
|
||||
|
|
Loading…
Reference in New Issue