setting manager deletes old unused settings

This commit is contained in:
Steffen Schröder
2014-02-12 21:07:54 +01:00
parent 804eaf1609
commit 5619596659
3 changed files with 99 additions and 79 deletions

View File

@ -15,6 +15,7 @@ class CallbackManager {
*/
// ManiaControl callbacks
const CB_MC_ONINIT = 'ManiaControl.OnInit';
const CB_MC_AFTERINIT = 'ManiaControl.AfterInit';
const CB_MC_ONSHUTDOWN = 'ManiaControl.OnShutdown';
const CB_MC_CLIENTUPDATED = 'ManiaControl.ClientUpdated';
const CB_MC_BEGINMAP = 'ManiaControl.BeginMap';