Sending to spam.

This commit is contained in:
sigonasr2 2016-08-05 20:42:08 -05:00
parent 117890c85b
commit 716e9de75c
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
name: TwosideKeeper
main: sig.plugin.TwosideKeeper.TwosideKeeper
version: 3.7.3cr7
version: 3.7.3cr8
commands:
money:
description: Tells the player the amount of money they are holding.

View File

@ -6177,6 +6177,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
public static void log(String logmessage, int loglv) {
if (LOGGING_LEVEL>=loglv) {
DiscordMessageSender.sendToSpam(ChatColor.stripColor(logmessage));
switch (loglv) {
case 0: {
//Only game breaking messages appear in level 0.