mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed stores in gui
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user