Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ private static void OnOnDutyStateChangedHandler(bool OnDuty)
Game.DisplayNotification("It is ~y~Strongly Recommended~w~ to~g~ Update~b~ Realistic Taser. ~w~Playing on an Old Version ~r~May Cause Issues!");
UpToDate = false;
}
else if (curVersion.CompareTo(NewVersion) > 0)
{
Game.LogTrivial("YOBBINCALLOUTS: DETECTED BETA RELEASE. DO NOT REDISTRIBUTE. PLEASE REPORT ALL ISSUES.");
Game.DisplayNotification("YOBBINCALLOUTS: ~r~DETECTED BETA RELEASE. ~w~DO NOT REDISTRIBUTE. PLEASE REPORT ALL ISSUES.");
UpToDate = true;
}
else
{
Game.DisplayNotification("You are on the ~g~Latest Version~w~ of ~b~Realistic Taser.");
Expand Down