mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Fixed typo
This commit is contained in:
parent
3ff389c9d4
commit
bb471eb904
@ -255,7 +255,7 @@ Event.add(
|
||||
|
||||
function print_cheated_items()
|
||||
local res = {}
|
||||
local players = Game.players
|
||||
local players = game.players
|
||||
|
||||
for pi, data in pairs(global.cheated_items) do
|
||||
res[players[pi].name] = data
|
||||
|
Loading…
x
Reference in New Issue
Block a user