mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-04-01 19:34:39 +09:00
All error message fixed
This commit is contained in:
@@ -7,6 +7,7 @@ Any changes that you may make to the code are yours but that does not make the s
|
||||
Discord: https://discord.gg/XSsBV6b
|
||||
]]
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
local ExpGui = require("ExpGaming - Module Setup")
|
||||
local player_table_functions = ExpGui.player_table
|
||||
--filters that are used. Feel free to add more
|
||||
player_table_functions.filters = {
|
||||
@@ -108,4 +109,6 @@ function player_table_functions.draw(player,frame,filters,input_location)
|
||||
end
|
||||
end
|
||||
|
||||
Event.register(Event.soft_init,function() global.exp_core.current_filters = {} end)
|
||||
Event.register(Event.soft_init,function() global.exp_core.current_filters = {} end)
|
||||
|
||||
return ExpGui
|
||||
Reference in New Issue
Block a user