add next as a local

This commit is contained in:
CallMeJ
2023-12-19 17:22:43 -10:00
committed by GitHub
parent 543b23a644
commit 3f0c47c2d0

View File

@@ -3,6 +3,7 @@ NDCore.players = {}
PlayersInfo = {} PlayersInfo = {}
local resourceName = GetCurrentResourceName() local resourceName = GetCurrentResourceName()
local tempPlayersInfo = {} local tempPlayersInfo = {}
local next = next
Config = { Config = {
serverName = GetConvar("core:serverName", "Unconfigured ND-Core Server"), serverName = GetConvar("core:serverName", "Unconfigured ND-Core Server"),