1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-14 02:34:09 +02:00

fix raffle import path

This commit is contained in:
danielmartin0 2024-10-08 11:50:31 +01:00
parent d5c337a91c
commit bb088f780d

View File

@ -1,4 +1,4 @@
local Math = require('maps.spaghetti_wars.math')
local Math = require('utils.math.math')
local Public = {}