Add server name util

This commit is contained in:
Vortrex
2021-06-28 16:34:34 -05:00
parent ec18effc82
commit ec9787be50

View File

@@ -316,3 +316,9 @@ function getPlayerName(client) {
}
// ===========================================================================
function getServerName() {
return server.name;
}
// ===========================================================================