mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
remove dumb comment
This commit is contained in:
parent
f6660fe231
commit
fb492b3ef3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user