Fix hostname prefix

This commit is contained in:
zaCade 2019-03-16 21:26:32 +01:00
parent 5066190db2
commit df52c16f25

View File

@ -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);
}