Remove redundant module reloads

This commit is contained in:
2021-04-19 07:51:48 +00:00
parent 87bb638270
commit f88809af64
22 changed files with 24 additions and 125 deletions
-2
View File
@@ -3,9 +3,7 @@ import collections
from math import floor, ceil, sqrt, hypot
import blocks
importlib.reload(blocks)
import mcdata
importlib.reload(mcdata)
TICK = 0.05