mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
Added Admin UI for handling bad chat messages.
This commit is contained in:
@@ -32,10 +32,15 @@ final public static function getAllTools(): array
|
||||
FileManagerController::class,
|
||||
LogViewerController::class,
|
||||
UsersController::class,
|
||||
ChatMessageController::class,
|
||||
InboxMailerController::class,
|
||||
];
|
||||
}
|
||||
|
||||
public static function getNotificationText(): ?string {
|
||||
return null;
|
||||
}
|
||||
|
||||
final public static function getName(): string
|
||||
{
|
||||
return static::$name;
|
||||
|
||||
Reference in New Issue
Block a user