Use our own hypot() for older Python support

This commit is contained in:
2021-04-28 07:12:30 +00:00
parent af9cc4b546
commit aec057c89c
23 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import time
import importlib
import random
from itertools import count
from math import hypot, floor
from math import floor
from minecraft.networking.types import BlockFace