예제 #1
0
 public static void OnInstanceChange(ApiWorld __0)
 {
     MelonLogger.Msg("Checking if world is allowed to show distance...");
     worldAllowed = false;
     if (__0 != null)
     {
         MelonCoroutines.Start(VRCUtils.CheckWorld(__0));
     }
 }