Unlock cursor crashing the game fixed

This commit is contained in:
ALittlePatate
2022-05-08 18:43:21 +02:00
parent 06c6b1e334
commit a7e3ee435e
3 changed files with 29 additions and 20 deletions

View File

@@ -136,18 +136,6 @@ namespace DevourClient.Hacks
public PlayRandomAudioClip laughClips;
*/
/*
NolanBehaviour[] Nolan_t = UnityEngine.Object.FindObjectsOfType<NolanBehaviour>();
for (int i = 0; i < Nolan_t.Length; i++)
{
NolanBehaviour Nolan = Nolan_t[i];
MelonLogger.Msg("-------------------------");
MelonLogger.Msg("isClient : " + Nolan.gameUI.isClient);
MelonLogger.Msg("senderName : " + Nolan.gameUI.name);
}
*/
PlayRandomAudioClip playRandomAudioClip = UnityEngine.Object.FindObjectOfType<PlayRandomAudioClip>();
NolanVoiceOvers nolanVoiceOvers = UnityEngine.Object.FindObjectOfType<NolanVoiceOvers>();