Removed versions from requires

This commit is contained in:
Cooldude2606
2018-12-09 16:23:35 +00:00
parent 56ad7f987c
commit 85efbd5cf8
58 changed files with 236 additions and 236 deletions

View File

@@ -3,7 +3,7 @@
-- @author Cooldude2606
-- @license https://github.com/explosivegaming/scenario/blob/master/LICENSE
local Admin = require('ExpGamingAdmin.AdminLib@^4.0.0')
local Admin = require('ExpGamingAdmin.AdminLib')
--- Used to clear all parts of a player, removing warnings, reports, jail and temp ban
-- @command clear-all

View File

@@ -1,5 +1,5 @@
local Admin = self
local Role = require('ExpGamingCore.Role@^4.0.0')
local Role = require('ExpGamingCore.Role')
--- Used to jail a player which stops them from moving
-- @command jail

View File

@@ -1,6 +1,6 @@
local Admin = self
local Role = require('ExpGamingCore.Role@^4.0.0')
local Game = require('FactorioStdLib.Game@^0.8.0')
local Role = require('ExpGamingCore.Role')
local Game = require('FactorioStdLib.Game')
--- Reports a player
-- @command report

View File

@@ -1,5 +1,5 @@
local Admin = self
local Role = require('ExpGamingCore.Role@^4.0.0')
local Role = require('ExpGamingCore.Role')
--- Gives a warning to a player
-- @command warn