removed internal functions from accessible via use
Some checks failed
Build and Deploy / build-macos (push) Failing after 5s
Build and Deploy / build-linux (push) Failing after 2m15s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled

This commit is contained in:
2025-05-25 11:51:01 -05:00
parent 792da2ce4b
commit 9f9dfe03a6
8 changed files with 49 additions and 73 deletions

View File

@@ -326,15 +326,10 @@ function joinServer() {
}
var os = use('os')
var actor = use('actor')
for (var i in actor) console.log(i)
// Set up IO actor subscription
var ioguy = {
__ACTORDATA__: {
id: actor.ioactor()
}
};
var sdl = use('sdl')
var ioguy = sdl.ioguy()
send(ioguy, {
type: "subscribe",