1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

fixed comment

This commit is contained in:
grilledham 2018-11-28 21:56:18 +00:00
parent 70307be441
commit c47a253799

View File

@ -413,7 +413,7 @@ function Public.unban_sync(username, admin)
admin = '<script>'
end
-- game.ban_player errors if player not found.
-- game.unban_player errors if player not found.
-- However we may still want to use this function to unban player names.
local player = game.players[username]
if player then