mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
empty messages dont send
This commit is contained in:
parent
964e1bfc20
commit
8c07e8eba4
@ -19,7 +19,8 @@ public class Messages {
|
||||
}
|
||||
|
||||
public void sms(CommandSender sendi, String msg) {
|
||||
sendi.sendMessage(colorPre(msg));
|
||||
if (!msg.equals(""))
|
||||
sendi.sendMessage(colorPre(msg));
|
||||
}
|
||||
|
||||
public void getSuccessPaid(CommandSender sendi, int price, String x, String y, String z, String world, int
|
||||
|
@ -1,5 +1,5 @@
|
||||
main: me.SuperRonanCraft.BetterRTP.Main
|
||||
version: 2.9.3
|
||||
version: 2.9.4
|
||||
name: BetterRTP
|
||||
author: SuperRonanCraft
|
||||
softdepend: [Vault, WorldGuard, GriefPrevention, Factions]
|
||||
|
Loading…
x
Reference in New Issue
Block a user