You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EntryPoint.cs
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@
6
6
usingSystem.Collections.Generic;
7
7
usingSystem.Drawing;
8
8
usingSystem.Linq;
9
+
usingSystem.Reflection;
9
10
usingSystem.Text.RegularExpressions;
10
11
11
-
[assembly:Rage.Attributes.Plugin("HAHTDisplay",Description="A plugin displaying the player's life and armour with an icon and its value. Also add an hunger and thirst system",Author="SSStuart")]
12
-
12
+
[assembly:Rage.Attributes.Plugin("HAHTDisplay",Description="A plugin displaying the player's life and armour with an icon and its value. Also add an hunger and thirst system",Author="SSStuart",PrefersSingleInstance=true,SupportUrl="https://ssstuart.net/discord")]
0 commit comments