Add missing Legacy-Callbacks

This commit is contained in:
Alexander Nell 2020-04-27 15:49:34 +02:00
parent 4ec8e1e1de
commit 38c239202f
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class CallbackManager implements UsageInformationAble {
const CB_MP_ENDMATCH = 'ManiaPlanet.EndMatch';
const CB_MP_BEGINMAP = 'ManiaPlanet.BeginMap';
const CB_MP_ENDMAP = 'ManiaPlanet.EndMap';
const CB_MP_BEGINROUND = 'ManiaPlanet.BeginRound';
const CB_MP_ENDROUND = 'ManiaPlanet.EndRound';
const CB_MP_MAPLISTMODIFIED = 'ManiaPlanet.MapListModified';
const CB_MP_ECHO = 'ManiaPlanet.Echo';
const CB_MP_BILLUPDATED = 'ManiaPlanet.BillUpdated';