mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-26 01:51:30 +01:00
Removed useless code and erroneous documentation in GameModePlaceholderManager
This commit is contained in:
parent
5a5e0dafc0
commit
0bcbdf245a
@ -21,7 +21,6 @@ public class GameModePlaceholderManager {
|
||||
private BentoBox plugin;
|
||||
|
||||
public GameModePlaceholderManager(BentoBox plugin) {
|
||||
super();
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
@ -37,7 +36,6 @@ public class GameModePlaceholderManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers default placeholders for all GameModes. Will not overwrite any that the gamemode addon itself implements.
|
||||
* @author tastybento
|
||||
* @since 1.4.0
|
||||
*/
|
||||
@ -45,7 +43,6 @@ class DefaultPlaceholder implements PlaceholderReplacer {
|
||||
private final GameModeAddon addon;
|
||||
private final GameModePlaceholders type;
|
||||
public DefaultPlaceholder(GameModeAddon addon, GameModePlaceholders type) {
|
||||
super();
|
||||
this.addon = addon;
|
||||
this.type = type;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user