diff --git a/Si_AdminMod/HostActions.cs b/Si_AdminMod/HostActions.cs index 66a5af7..347a1d8 100644 --- a/Si_AdminMod/HostActions.cs +++ b/Si_AdminMod/HostActions.cs @@ -37,7 +37,7 @@ public static bool AddAdmin(Player player, String powerText, byte level) } // check if we have a match before adding more details - if (AdminMethods.FindAdminFromSteamId(playerSteamId) == null) + if (AdminMethods.FindAdminFromSteamId(playerSteamId) != null) { return false; } diff --git a/Si_AdminMod/ModAttributes.cs b/Si_AdminMod/ModAttributes.cs index 969c398..43f5ae4 100644 --- a/Si_AdminMod/ModAttributes.cs +++ b/Si_AdminMod/ModAttributes.cs @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License using SilicaAdminMod; using System.Drawing; -[assembly: MelonInfo(typeof(SiAdminMod), "Admin Mod", "2.0.925", "databomb", "https://github.com/data-bomb/Silica")] +[assembly: MelonInfo(typeof(SiAdminMod), "Admin Mod", "2.0.929", "databomb", "https://github.com/data-bomb/Silica")] [assembly: MelonGame("Bohemia Interactive", "Silica")] // Color.Cyan