Fixed many small bugs

This commit is contained in:
Cooldude2606
2018-12-23 16:37:01 +00:00
parent 8dd52293e1
commit dde73c7b59
47 changed files with 174 additions and 100 deletions

View File

@@ -15,7 +15,7 @@
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingLib": "^4.0.0",
"ExpGamingCore.Command": "^4.0.0",
"ExpGamingCore.Role": "^4.0.0"
"ExpGamingCore.Role": "?^4.0.0"
},
"collection": "ExpGamingCommands@4.0.0",
"submodules": {}

View File

@@ -1,5 +1,5 @@
-- not_luadoc=true
local temp_ban = require('ExpGamingAdmin.AdminLib').temp_ban
local temp_ban = require('ExpGamingAdmin').temp_ban
return function(player,entity)
player_return('You have repaired: '..entity.name..' this item is not allowed.',defines.textcolor.crit,player)
temp_ban(player,'<server>','Attempt To Repair A Banned Item')

View File

@@ -3,7 +3,7 @@
-- @author Cooldude2606
-- @license https://github.com/explosivegaming/scenario/blob/master/LICENSE
local Admin = require('ExpGamingAdmin.AdminLib')
local Admin = require('ExpGamingAdmin')
--- Teleports the user to the player given
-- @command go-to

View File

@@ -16,7 +16,7 @@
"dependencies": {
"ExpGamingCore.Command": "^4.0.0",
"ExpGamingAdmin.Teleport": "^4.0.0",
"ExpGamingAdmin.AdminLib": "^4.0.0"
"ExpGamingAdmin": "^4.0.0"
},
"collection": "ExpGamingCommands@4.0.0",
"submodules": {}