chore: remove print debug

master
Riceball LEE 2021-06-21 11:40:07 +08:00
parent f25b930455
commit a8f2417792
No known key found for this signature in database
GPG Key ID: 10F15E84852CB868
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local function isOnline(playerName)
for _,player in ipairs(players) do
local name = player:get_player_name()
if (name == playerName) then
print(playerName .. " is onlined")
-- print(playerName .. " is onlined")
return true
end
end