diff --git a/scripts/server/native.js b/scripts/server/native.js index 473c1950..2aaf8cb7 100644 --- a/scripts/server/native.js +++ b/scripts/server/native.js @@ -75,6 +75,8 @@ function getPlayerInterior(client) { return getPlayerCurrentSubAccount(client).interior; } } + + return 0; } // =========================================================================== @@ -233,7 +235,6 @@ function takePlayerCash(client, amount) { updatePlayerCash(client); } - // =========================================================================== function disconnectPlayer(client) {