Default server name

This commit is contained in:
Vortrex
2022-07-17 04:25:03 -05:00
parent 11685eacf6
commit 9e3f5d4a8f

View File

@@ -464,7 +464,7 @@ function getPlayerName(client) {
// ===========================================================================
function getServerName() {
return server.name;
return "Asshat Gaming RP";
}
// ===========================================================================