fixes for mysql 5.7 support

This commit is contained in:
kremsy
2017-03-09 21:02:03 +01:00
parent de2e9cae84
commit cebdb05027
3 changed files with 48 additions and 8 deletions

View File

@ -47,7 +47,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener,
/*
* Constants
*/
const VERSION = '0.164';
const VERSION = '0.165';
const API_VERSION = '2013-04-16';
const MIN_DEDIVERSION = '2014-04-02_18_00';
const SCRIPT_TIMEOUT = 10;