mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
fixed comment
This commit is contained in:
parent
70307be441
commit
c47a253799
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user