Aaa
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BoneSync.Patching
|
||||
[HarmonyPatch(typeof(BoneworksSceneManager))]
|
||||
internal class SceneManagerPatches
|
||||
{
|
||||
[HarmonyPatch(nameof(BoneworksSceneManager.LoadScene), new Type[] { typeof(int) }), HarmonyPrefix]
|
||||
/*[HarmonyPatch(nameof(BoneworksSceneManager.LoadScene), new Type[] { typeof(int) }), HarmonyPrefix]
|
||||
private static void LoadSceneIndexPrefix(int sceneBuildIndex)
|
||||
{
|
||||
SyncLogger.Msg("LoadScenePrefix: " + sceneBuildIndex);
|
||||
@@ -36,6 +36,6 @@ namespace BoneSync.Patching
|
||||
//SyncLogger.Msg("Host is loading scene, sending message to clients...");
|
||||
//SceneSync.SendSceneSyncMessage(sceneName);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user