diff --git a/src/zriot/zombie.inc b/src/zriot/zombie.inc index e9fb9ca..6aba60d 100644 --- a/src/zriot/zombie.inc +++ b/src/zriot/zombie.inc @@ -79,7 +79,7 @@ UpdateHostname() decl String:hostname_prefixed[256]; SetGlobalTransTarget(LANG_SERVER); - Format(hostname_prefixed, sizeof(hostname_prefixed), "%s %t", "Hostname prefix", hostname, gDay + 1, dCount); + Format(hostname_prefixed, sizeof(hostname_prefixed), "%s %t", hostname, "Hostname prefix", gDay + 1, dCount); SetHostname(hostname_prefixed); }