mirror of
https://github.com/Ukendio/jecs.git
synced 2026-03-18 00:44:32 +00:00
Fix import
This commit is contained in:
parent
622c7c9638
commit
5f76674723
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
local RunService = game:GetService("RunService")
|
||||
|
||||
local jecs = require("@jecs")
|
||||
local jabby = require("@modules/jabby")
|
||||
local jabby = require("@modules/Jabby/module")
|
||||
|
||||
local world = jecs.world()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue