mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
fix find player bug
This commit is contained in:
@@ -484,7 +484,7 @@ local function find_player(cmd)
|
||||
return
|
||||
end
|
||||
|
||||
player.add_custom_alert(target, {type = 'virtual', name = 'signal-F'}, player.name, true)
|
||||
player.add_custom_alert(target, {type = 'virtual', name = 'signal-F'}, name, true)
|
||||
end
|
||||
|
||||
local function jail_player(cmd)
|
||||
|
||||
Reference in New Issue
Block a user