mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 09:46:53 -04:00
Merge pull request #1093 from natedogith1/master-MC1.7.10
Fixed use of setRawDelay config option
This commit is contained in:
commit
61ff63257b
@ -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
|
null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user