mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Added command_auth_runtime_disable
This commit is contained in:
7
modules/addons/death-markers.lua
Normal file
7
modules/addons/death-markers.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local Event = require 'utils.event'
|
||||
local Game = require 'utils.game'
|
||||
local Global = require 'utils.global'
|
||||
local Commands = require 'expcore.commands'
|
||||
local config = require 'config.death_markers'
|
||||
local opt_require = ext_require('expcore.common','opt_require')
|
||||
opt_require 'config.command_auth_runtime_disable' -- if the file is present then we can disable the commands
|
||||
Reference in New Issue
Block a user