mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Fixed few _G functions
This commit is contained in:
@@ -76,7 +76,7 @@ local function report_message(player,by_player,reason)
|
||||
}
|
||||
end
|
||||
|
||||
function count_reports(player)
|
||||
local function count_reports(player)
|
||||
local player = Game.get_player(player)
|
||||
if not player then return 0 end
|
||||
local _count = 0
|
||||
|
||||
Reference in New Issue
Block a user