mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Debuged all functions
This commit is contained in:
@@ -140,5 +140,5 @@ Event.add(defines.events.on_player_created, function(event)
|
||||
spawn_entities(s,p)
|
||||
spawn_belts(s,p)
|
||||
spawn_turrets()
|
||||
player.teleport(s,p)
|
||||
player.teleport(p,s)
|
||||
end)
|
||||
@@ -8,7 +8,8 @@ local interface_modules = {
|
||||
['_C']=Common,
|
||||
['Commands']=Commands,
|
||||
['output']=Common.player_return,
|
||||
['Group']='expcore.permission_groups'
|
||||
['Group']='expcore.permission_groups',
|
||||
['Roles']='expcore.roles'
|
||||
}
|
||||
|
||||
-- loads all the modules given in the above table
|
||||
|
||||
Reference in New Issue
Block a user