Fix script.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19787 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2015-02-22 13:34:08 +00:00
parent d778468113
commit 9aae9aad24
1 changed files with 1 additions and 0 deletions

View File

@ -531,6 +531,7 @@ def handle_time():
event = Crossfire.WhatIsEvent()
if event.Subtype == Crossfire.EventType.SAY:
topic = Crossfire.WhatIsMessage().split()
handle_say()
elif event.Subtype == Crossfire.EventType.TIME:
handle_time()