1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

minor change

This commit is contained in:
Gerkiz 2019-12-01 01:05:44 +01:00 committed by GitHub
parent b48bd0258a
commit 391aefd370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -445,7 +445,7 @@ end
local function on_player_changed_position(event)
local player = game.players[event.player_index]
if player.surface.index == 4 then
if player.surface.name == "territorial_control" then
uncover_map_for_player(player)
end
end