small fix for tm multilap

This commit is contained in:
kremsy
2017-07-14 17:39:01 +02:00
parent a689924ac8
commit dcd8404b79
2 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException;
class ModeScriptEventManager implements UsageInformationAble {
use UsageInformationTrait;
const API_VERSION = "2.2.0";
const API_VERSION = "2.3.0";
/** @var ManiaControl $maniaControl */
private $maniaControl;