fixed compiling errors

This commit is contained in:
Felix Geyer
2004-08-07 10:47:08 +00:00
parent d81f4af4c9
commit 574189468b
6 changed files with 17 additions and 15 deletions

View File

@ -98,7 +98,7 @@ public setMessage() {
server_print("%L",LANG_SERVER,"MIN_FREQ",minimal)
g_Frequency = minimal
}
server_print("%L",LANG_SERVER,"MSG_FREQ")
server_print("%L",LANG_SERVER,"MSG_FREQ",
g_Frequency/60,g_Frequency%60)
set_task(float(g_Frequency),"msgInit",123,"",0,"b")
}