Added initial version
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
string script_1889() {
|
||||
if (((boolean)script_1431())) {
|
||||
return "World " + intToStr(getWorldId()) + " (PvP)";
|
||||
}
|
||||
return "World " + intToStr(getWorldId());
|
||||
}
|
||||
Reference in New Issue
Block a user