remove random debug code
This commit is contained in:
parent
90fe16beac
commit
ae53beab05
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
import { CharacterRigR6 } from "@rbxts/character-promise"
|
||||
import Log, { Logger } from "@rbxts/log"
|
||||
import { Players, Workspace } from "@rbxts/services"
|
||||
import { Players } from "@rbxts/services"
|
||||
import { start } from "ReplicatedStorage/ecs"
|
||||
import { ClientState } from "ReplicatedStorage/ecs/state"
|
||||
import { Host } from "ReplicatedStorage/hosts"
|
||||
|
@ -26,7 +26,3 @@ const clientState = new ClientState(
|
|||
const worldAndClientState = start(HOST, clientState)
|
||||
showGUI(worldAndClientState[0], clientState)
|
||||
setEnvironment(HOST)
|
||||
|
||||
task.delay(10, () => {
|
||||
print(Workspace.CurrentCamera?.GetChildren())
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue