]> git.pond.sub.org Git - empserver/commitdiff
Fix the previous revision.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 16 Jan 2007 19:54:12 +0000 (19:54 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 16 Jan 2007 19:54:12 +0000 (19:54 +0000)
src/server/update.c

index f6f464261e0f85d32c40f8f75d59213a27f7b036..75241f5d70222af342af1a3ada6e4895df9323c7 100644 (file)
@@ -64,7 +64,7 @@ update_init(void)
        exit_nomem();
 
     if (!empth_create(PP_SCHED, update_wait, 50 * 1024, 0,
-                     "Update", "Updates the world", NULL))
+                     "UpdateWait", "Waits until players idle", NULL))
        exit_nomem();
 
     if (!empth_create(PP_SCHED, update_sched, 50 * 1024, 0,