Merge pull request #57 from AtlasMediaGroup/Elmon11-patch-2

grammar fix
This commit is contained in:
Ryan
2021-05-03 19:46:37 +01:00
committed by GitHub

View File

@ -26,7 +26,7 @@ public class Command_glow extends FreedomCommand
playerSender.addPotionEffect(glow);
glowing = true;
}
msg("You " + (glowing ? "are now" : "no longer") + " glowing.");
msg("You are " + (glowing ? "now" : "no longer") + " glowing.");
return true;
}
}