fixed wrong namespace
This commit is contained in:
parent
a35f2433d5
commit
b7572126dd
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace ManiaControl\Callbacks\Structures\ShootMania;
|
||||
namespace ManiaControl\Callbacks\Structures\Common;
|
||||
|
||||
|
||||
use ManiaControl\Callbacks\Structures\Common\BaseStructure;
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
namespace ManiaControl\Callbacks\Structures\ShootMania;
|
||||
|
||||
use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure;
|
||||
|
||||
|
||||
/**
|
||||
* Structure Class for the OnCommand Structure Callback
|
||||
|
@ -3,10 +3,8 @@
|
||||
namespace ManiaControl\Callbacks\Structures\TrackMania;
|
||||
|
||||
|
||||
use ManiaControl\Callbacks\Structures\Common\BaseStructure;
|
||||
use ManiaControl\Callbacks\Structures\Common\BaseTimeStructure;
|
||||
use ManiaControl\Callbacks\Structures\ShootMania\CommonCommandStructure;
|
||||
use ManiaControl\ManiaControl;
|
||||
use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure;
|
||||
|
||||
/**
|
||||
* Structure Class for the OnCommand Structure Callback
|
||||
*
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user