mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 20:12:55 +00:00
grammar fix
This commit is contained in:
parent
f85f3e32ea
commit
c60b451ce7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class Command_glow extends FreedomCommand
|
||||||
playerSender.addPotionEffect(glow);
|
playerSender.addPotionEffect(glow);
|
||||||
glowing = true;
|
glowing = true;
|
||||||
}
|
}
|
||||||
msg("You " + (glowing ? "are now" : "no longer") + " glowing.");
|
msg("You are " + (glowing ? "now" : "no longer") + " glowing.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue