Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

How to disable autoupdate for source mods

Wither362 edited this page Jun 9, 2022 · 1 revision

You are angry of getting annoying update message in your mod? Here's how to do it:

  1. Go to TitleState.hx
  2. Find this line (it is at the start of the code) mustUpdate = true;
  3. Then delete it.

After it you should be good to go!

(If it’s incorrect, please create an issue/discussion and I will find a solution)

Clone this wiki locally