mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
typo type beat
This commit is contained in:
parent
cde24b748a
commit
5a41632654
@ -16,7 +16,7 @@ public class Command_togglediscord extends FreedomCommand
|
||||
PlayerData data = plugin.pl.getData(playerSender);
|
||||
data.setDiscordDisplay(!data.isDiscordDisplay());
|
||||
plugin.pl.save(data);
|
||||
msg("Discord message will " + (data.isDiscordDisplay() ? "now" : "no longer") + " be shown.");
|
||||
msg("Discord messages will " + (data.isDiscordDisplay() ? "now" : "no longer") + " be shown.");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user