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

@@ -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