Use data table for some client stuff

This commit is contained in:
Vortrex
2022-04-05 23:58:10 -05:00
parent 36ca910651
commit 0b4bdd308a
4 changed files with 23 additions and 10 deletions

View File

@@ -821,4 +821,10 @@ function processVehicleFires() {
}
}
// ===========================================================================
function getServerData() {
return serverData;
}
// ===========================================================================