Remove duplicate get server game util

This commit is contained in:
Vortrex
2020-12-28 01:25:57 -06:00
parent f24004e3eb
commit de7116adb4

View File

@@ -66,12 +66,6 @@ function agSetPedSkin(ped, skinId) {
// ---------------------------------------------------------------------------
function getServerGame() {
return server.game;
}
// ---------------------------------------------------------------------------
function getPlayerPosition(client) {
if(client.player != null) {
return client.player.position;