1.18 #77
@ -35,7 +35,7 @@ public class NightVisionCommand extends SWCommand {
|
||||
super("nightvision", "nv", "light");
|
||||
}
|
||||
|
||||
@Register(description = "VISION_COMMAND_HELP")
|
||||
@Register(description = "NIGHT_VISION_HELP")
|
||||
public void genericCommand(Player p) {
|
||||
if (p.hasPotionEffect(PotionEffectType.NIGHT_VISION)) {
|
||||
p.removePotionEffect(PotionEffectType.NIGHT_VISION);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren