Add mod.csv to override string table

This commit is contained in:
2022-03-18 14:14:01 +00:00
parent 28291843cc
commit f76128e618
3 changed files with 15 additions and 3 deletions

View File

@ -47,6 +47,6 @@ onPlayerConnect()
onPlayerDisconnect()
{
self waittill( "disconnect" );
text = "say \"" + self.name + " ^1Left the server\"\n";
cmdExec( text );
text = self.name + " ^1Left the server";
iPrintLn( text );
}