Fix hostname prefix
This commit is contained in:
parent
5066190db2
commit
df52c16f25
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user