Skip to content

Commit ea4a0c9

Browse files
committed
Match Admin Color
- Lerp calculation to match server color (magenta)
1 parent 3fd3aa3 commit ea4a0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Si_AdminMod/HelperMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public static void PrintError(Exception exception, string? message = null)
306306

307307
public static string GetAdminColor()
308308
{
309-
return "<color=#9741A4>";
309+
return "<color=#ff54ff>";
310310
}
311311

312312
private static string TeamColorTextFromIndex(SiConstants.ETeam teamIndex)

Si_AdminMod/ModAttributes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
2121
using SilicaAdminMod;
2222
using System.Drawing;
2323

24-
[assembly: MelonInfo(typeof(SiAdminMod), "Admin Mod", "2.0.960", "databomb", "https://github.com/data-bomb/Silica")]
24+
[assembly: MelonInfo(typeof(SiAdminMod), "Admin Mod", "2.0.961", "databomb", "https://github.com/data-bomb/Silica")]
2525
[assembly: MelonGame("Bohemia Interactive", "Silica")]
2626

2727
// Color.Cyan

0 commit comments

Comments
 (0)