* Unified profiles, rather than instantiating profiles every time we want to access one
* Socket and live instance changes * Possible problem with Deno's handling of sockets, compatibility issue with Node?
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Profile from "../profiles.ts";
|
||||
import { Profile } from "../profiles.ts";
|
||||
|
||||
const loginLocks: Map<number, string> = new Map();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user