fixed wrong namespace

This commit is contained in:
kremsy
2017-04-25 19:28:52 +02:00
parent a35f2433d5
commit b7572126dd
4 changed files with 6 additions and 6 deletions

View File

@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener,
/*
* Constants
*/
const VERSION = '0.203';
const VERSION = '0.204';
const API_VERSION = '2013-04-16';
const MIN_DEDIVERSION = '2017-04-13_23_00';
const SCRIPT_TIMEOUT = 10;