Skip to content

Commit

Permalink
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified GameData/RP-0/Plugins/RP0.dll
Binary file not shown.
7 changes: 7 additions & 0 deletions Source/LoadingScreenChanger.cs
Original file line number Diff line number Diff line change
@@ -67,6 +67,13 @@ protected void Update()
Debug.LogError("[RP-0]: No screens found in RP-0/PluginData/Screens!");
}

// Try to jigger the unity random thing.

for (int i = (int)((new System.Random()).NextDouble() * 100d); i-- > 0;)
{
UnityEngine.Random.Range(0, 10);
}

GameObject.Destroy(this);

done = true;

0 comments on commit bf40c26

Please sign in to comment.