forked from noxious/server
Load assets tp command (need to make a universal method, this sucks)
This commit is contained in:
@ -23,8 +23,6 @@ interface IResponse {
|
||||
export default function (socket: TSocket, io: Server) {
|
||||
socket.on('zone:character:join', async (data: IPayload, callback: (response: IResponse) => void) => {
|
||||
try {
|
||||
console.log(`---User ${socket.character?.id} has requested zone.`)
|
||||
|
||||
if (!socket.character) return
|
||||
|
||||
if (!data.zoneId) {
|
||||
|
Reference in New Issue
Block a user