Beispiel #1
0
 internal static bool Prefix(UIScreenBugReport __instance)
 {
     ManUI.inst.ShowErrorPopup("In-game bug reporting has been disabled for modded clients");
     __instance.ExitScreen();
     return(false);
 }