1
0
forked from noxious/server

Load assets tp command (need to make a universal method, this sucks)

This commit is contained in:
2024-09-19 10:28:44 +02:00
parent 6e07fa6a75
commit a8ac960d60
2 changed files with 2 additions and 2 deletions

View File

@ -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) {