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