mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Eddit To ExpGamingCore.Gui and Added ExpGamingPlayer.Polls
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
[Server]
|
||||
[ExpGamingCore_Server]
|
||||
interface-description=Runs the given input from the script
|
||||
@@ -23,7 +23,7 @@ Server.add_module_to_interface('Server','ExpGamingCore.Server')
|
||||
--- Runs the given input from the script
|
||||
-- @command interface
|
||||
-- @param code The code that will be ran
|
||||
commands.add_command('interface',{'Server.interface-description'}, {
|
||||
commands.add_command('interface',{'ExpGamingCore_Server.interface-description'}, {
|
||||
['code']={true,'string-inf'}
|
||||
}, function(event,args)
|
||||
local callback = args.code
|
||||
|
||||
Reference in New Issue
Block a user