add getChatPrefix function

This commit is contained in:
Beu 2025-03-14 22:57:02 +01:00
parent 58dd834c9b
commit d604c3f3fc

View File

@ -659,6 +659,10 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen
return $this->pauseon; return $this->pauseon;
} }
public function getChatPrefix() {
return $this->chatprefix;
}
/* /*
* MARK: Internal Functions * MARK: Internal Functions
*/ */