More static please

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-06-21 18:57:20 +10:00
parent 4019e76015
commit 0e540153e1
7 changed files with 23 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
From 34058c02181ad2cf992b6fc702b80d6d47a9ed26 Mon Sep 17 00:00:00 2001
From 6d83cb6ede33f1f2b0e9765270f790bb747f5cd2 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Fri, 21 Jun 2013 18:01:29 +1000
Subject: [PATCH] Allow Disabling of Command Logging
@@ -23,7 +23,7 @@ index a292c1a..0e8d292 100644
org.bukkit.craftbukkit.SpigotTimings.playerCommandTimer.stopTiming(); // Spigot
return;
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index 3918325..1329712 100644
index dd02e84..b3875c1 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -209,4 +209,10 @@ public class SpigotConfig
@@ -32,7 +32,7 @@ index 3918325..1329712 100644
}
+
+ public static boolean logCommands;
+ private void logCommands()
+ private static void logCommands()
+ {
+ logCommands = getBoolean( "commands.log", true );
+ }