aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java b/src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java
index 01c028bf40..c4e6c026ea 100644
--- a/src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java
+++ b/src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java
@@ -201,7 +201,7 @@ public class AnomalyHandler implements IChunkMetaDataHandler {
public void tickRender(HashMap<Integer, ChunkDataHandler.ChunkHashMap> data, TickEvent.RenderTickEvent aEvent) {
EntityClientPlayerMP player=Minecraft.getMinecraft().thePlayer;
if(player!=null) {
- if(player.capabilities.isCreativeMode) {
+ if(!player.capabilities.isCreativeMode) {
NBTTagCompound tagCompound = TecTech.playerPersistence.getDataOrSetToNewTag(Minecraft.getMinecraft().thePlayer);
if (tagCompound != null) {
float cancer = tagCompound.getFloat(SPACE_CANCER);