Move game ID util to natives + use db config util

This commit is contained in:
Vortrex
2022-04-26 10:18:15 -05:00
parent 0e82417d8d
commit 0e3b30725f
2 changed files with 16 additions and 11 deletions

View File

@@ -212,4 +212,10 @@ function getPlayerName(client) {
return client.name;
}
// ===========================================================================
function getGame() {
return game.game;
}
// ===========================================================================