Fixed stores in gui

This commit is contained in:
Cooldude2606
2019-10-15 22:37:48 +01:00
parent 258ca8dbde
commit 3b5c69cfd1
103 changed files with 213 additions and 243 deletions

View File

@@ -437,7 +437,7 @@ end)
Warps.on_update(warp_list 'update_all')
--- When the player leaves or enters range of a warp this is triggered
Store.register(player_in_range_store,function(value,player_name)
Store.watch(player_in_range_store,function(value,player_name)
local player = game.players[player_name]
local force = player.force
local frame = warp_list:get_frame(player_name)