Skip to content

Commit d41e3dc

Browse files
authored
Surrender v1.2.1 - Registers Dependency
- Adds dependency in MelonLoader to Admin Mod
1 parent 705f7de commit d41e3dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Si_SurrenderCommand/Si_SurrenderCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ You should have received a copy of the GNU General Public License
3131
using System;
3232
using UnityEngine;
3333

34-
[assembly: MelonInfo(typeof(SurrenderCommand), "Surrender Command", "1.2.0", "databomb", "https://github.com/data-bomb/Silica")]
34+
[assembly: MelonInfo(typeof(SurrenderCommand), "Surrender Command", "1.2.1", "databomb", "https://github.com/data-bomb/Silica")]
3535
[assembly: MelonGame("Bohemia Interactive", "Silica")]
36+
[assembly: MelonOptionalDependencies("Admin Mod")]
3637

3738
namespace Si_SurrenderCommand
3839
{

0 commit comments

Comments
 (0)