prepare
This commit is contained in:
parent
92adc1f13b
commit
6ae3bb3f20
@ -37,7 +37,7 @@ class ChatMessagePlugin implements CommandListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -37,7 +37,6 @@ class ChatlogPlugin implements CallbackListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -91,7 +91,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -59,7 +59,7 @@ class DonationPlugin implements CallbackListener, CommandListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
|
||||
|
@ -32,7 +32,7 @@ class EndurancePlugin implements CallbackListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -52,7 +52,7 @@ class KarmaPlugin implements CallbackListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -52,7 +52,7 @@ class LocalRecordsPlugin implements CallbackListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -36,7 +36,7 @@ class ObstaclePlugin implements CallbackListener, CommandListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -79,7 +79,7 @@ class WidgetPlugin implements CallbackListener, Plugin {
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
//do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user