I AM STUPID

This commit is contained in:
JohnCorby 2022-08-16 10:46:48 -07:00
parent 29e8879543
commit 56888bb855

View File

@ -31,6 +31,6 @@ public static class IAuthWorldObject_Extensions
{
return;
}
authWorldObject.SendMessage(new AuthWorldObjectMessage(QSBPlayerManager.LocalPlayerId));
authWorldObject.SendMessage(new AuthWorldObjectMessage(0));
}
}