mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
remove dumb comment
This commit is contained in:
parent
f6660fe231
commit
fb492b3ef3
@ -36,7 +36,7 @@ public class CharacterAnimationPatches : QSBPatch
|
|||||||
return true;
|
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;
|
PlayerInfo playerToUse = null;
|
||||||
if (__instance._inConversation)
|
if (__instance._inConversation)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user