mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Feature Update (#237)
See PR for details, there are too many to be included here.
This commit is contained in:
@@ -10,7 +10,7 @@ local PlayerData = require 'expcore.player_data' --- @dep expcore.player_data
|
||||
-- Global queue used to store trees that need to be removed, also chache for player roles
|
||||
local chache = {}
|
||||
local tree_queue = { _head=0 }
|
||||
Global.register({ tree_queue, chache }, function(tbl)
|
||||
Global.register({tree_queue, chache}, function(tbl)
|
||||
tree_queue = tbl[1]
|
||||
chache = tbl[2]
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user