1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

fix find player bug

This commit is contained in:
grilledham 2018-08-18 17:50:30 +01:00
parent 2cde673779
commit 2481987fc5

View File

@ -484,7 +484,7 @@ local function find_player(cmd)
return return
end 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 end
local function jail_player(cmd) local function jail_player(cmd)