mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-24 03:47:58 +02:00
cogito123
3d95d8d633
player_modifiers.lua: fix undefined "player" variable
While trying to access update_player_modifiers, undefined "player" variable was used. It was corrected to game.players[event.player_index]
Description
Languages
Lua
100%