diff --git a/server/block/target.go b/server/block/target.go index 1fddd310a..1700b8dcf 100644 --- a/server/block/target.go +++ b/server/block/target.go @@ -8,7 +8,7 @@ import ( "github.com/df-mc/dragonfly/server/world/sound" "github.com/go-gl/mathgl/mgl64" "math" - "math/rand" + "math/rand/v2" "time" )