mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Fixed Alot Of Stuff For Info Window
This commit is contained in:
@@ -34,6 +34,10 @@ Example: defines.input_action.drop_item -> 'drop_item'
|
||||
http://lua-api.factorio.com/latest/defines.html#defines.input_action
|
||||
--]]
|
||||
|
||||
Sync.add_to_gui(function(player,frame)
|
||||
return 'You have been given the rank '..Ranking.get_rank(player).name..' from our Discord'
|
||||
end)
|
||||
|
||||
-- see ExpCore/ranks.lua for examples - you add your own and edit pre-made ones here.
|
||||
|
||||
local groups = Ranking._groups(true)
|
||||
|
||||
Reference in New Issue
Block a user