mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Removed versions from requires
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user