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

Fixed typo

This commit is contained in:
Valansch 2018-11-04 02:19:40 +01:00 committed by GitHub
parent 3ff389c9d4
commit bb471eb904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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