mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +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>'
|
admin = '<script>'
|
||||||
end
|
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.
|
-- However we may still want to use this function to unban player names.
|
||||||
local player = game.players[username]
|
local player = game.players[username]
|
||||||
if player then
|
if player then
|
||||||
|
Loading…
Reference in New Issue
Block a user