Server/dumps/scripts/1889.cs2
2021-03-07 20:37:32 -06:00

6 lines
159 B
Text

string script_1889() {
if (((boolean)script_1431())) {
return "World " + intToStr(getWorldId()) + " (PvP)";
}
return "World " + intToStr(getWorldId());
}