Add getServerGame as alias to getGame

This commit is contained in:
Vortrex
2021-03-22 01:02:38 -05:00
parent a9fa92e657
commit b40d1f018c

View File

@@ -277,4 +277,10 @@ function givePlayerArmour(client, amount) {
}
}
// ===========================================================================
function getServerGame() {
return getGame();
}
// ===========================================================================