Merge pull request #1093 from natedogith1/master-MC1.7.10

Fixed use of setRawDelay config option
This commit is contained in:
Florian "Sangar" Nücke 2015-04-20 10:34:16 +02:00
commit 61ff63257b

View File

@ -179,7 +179,7 @@ class Hologram(var tier: Int) extends traits.Environment with SidedEnvironment w
}
}
}
context.pause(0.2)
context.pause(Settings.get.hologramSetRawDelay)
null
}