Remove log formatting

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-12-01 16:02:56 +11:00
parent e72250e21a
commit 40affc9057
25 changed files with 40 additions and 120 deletions

View File

@@ -1,14 +1,14 @@
From d2104b9150b700f8c3d3155eda9b7d422a4b9404 Mon Sep 17 00:00:00 2001
From 72ce396497d7ca73587cbf0af00823612b2565f4 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 22 Jun 2013 16:12:02 +1000
Subject: [PATCH] Allow Disabling of Random Lighting Updates
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index f53e51d..3f4e2d5 100644
index 3108628..baa5d55 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -2045,7 +2045,7 @@ public abstract class World implements IBlockAccess {
@@ -2037,7 +2037,7 @@ public abstract class World implements IBlockAccess {
}
this.methodProfiler.a("playerCheckLight");