Rename moderation to staff
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
// Vortrex's Roleplay Resource
|
// Vortrex's Roleplay Resource
|
||||||
// https://github.com/VortrexFTW/gtac_roleplay
|
// https://github.com/VortrexFTW/gtac_roleplay
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// FILE: moderation.js
|
// FILE: staff.js
|
||||||
// DESC: Provides moderation commands, functions and usage
|
// DESC: Provides staff commands, functions and usage
|
||||||
// TYPE: Server (JavaScript)
|
// TYPE: Server (JavaScript)
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function initModerationScript() {
|
function initStaffScript() {
|
||||||
logToConsole(LOG_INFO, "[VRR.Moderation]: Initializing moderation script ...");
|
logToConsole(LOG_INFO, "[VRR.Staff]: Initializing staff script ...");
|
||||||
logToConsole(LOG_INFO, "[VRR.Moderation]: Moderation script initialized successfully!");
|
logToConsole(LOG_INFO, "[VRR.Staff]: Staff script initialized successfully!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user