Undo globalization

master^2
LoneWolfHT 2022-02-07 12:36:47 -08:00 committed by Lars Müller
parent 0110e01826
commit ce82241ab2
1 changed files with 1 additions and 4 deletions

View File

@ -50,12 +50,9 @@ end
-- Player stats and animations
-- model, textures, animation
player_api.players = {}
local players = {}
player_api.player_attached = {}
-- Local for speed.
local players = player_api.players
local function get_player_data(player)
return assert(players[player:get_player_name()])
end