moved the endrounds to the new plugin

This commit is contained in:
kremsy
2017-05-17 12:48:46 +02:00
parent 9ff8989a00
commit fb5e7b3d96
3 changed files with 25 additions and 25 deletions

View File

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