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
commit 951c061d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}