1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 07:30:40 +01:00

Removed code pertaining to Patreon verification

This commit is contained in:
Rich Dunne 2020-09-14 12:11:44 -06:00
parent 24e9b51810
commit 66cfe95557
3 changed files with 0 additions and 81 deletions

View file

@ -79,15 +79,3 @@ namespace SceneManager
}
}
}
//// id is hardware ID and needs to match PatronKey, which is also hardware ID
//if (Settings.id == Settings.PatronKey)
//{
// Game.LogTrivial($"Patron status verified.");
// Game.DisplayNotification($"~o~Scene Manager\n~g~[Patreon]~w~ Thanks for the support, enjoy your session!");
//}
//else
//{
// Game.LogTrivial($"Patron status not verified.");
// Game.DisplayNotification($"~o~Scene Manager\n~y~[Patreon]~w~ Thanks for using my plugin! If you would like to gain access to benefits such as ~g~new features for this plugin~w~, ~g~early access to new plugins~w~, and ~g~custom plugins made just for you~w~, please consider supporting me on ~b~Patreon~w~. ~y~https://www.patreon.com/richdevs");
//}