remove dumb comment

This commit is contained in:
Mister_Nebula 2022-09-07 21:24:31 +01:00
parent f6660fe231
commit fb492b3ef3

View File

@ -36,7 +36,7 @@ public class CharacterAnimationPatches : QSBPatch
return true;
}
var qsbObj = __instance.playerTrackingZone.GetWorldObject<QSBCharacterTrigger>(); // OPTIMIZE : maybe cache this somewhere... or assess how slow this is
var qsbObj = __instance.playerTrackingZone.GetWorldObject<QSBCharacterTrigger>();
PlayerInfo playerToUse = null;
if (__instance._inConversation)