Skip to content

Commit

Permalink
Fix BetterSpawns Compile Bug
Browse files Browse the repository at this point in the history
- Fixes issue where Visual Studio automatically added incorrect and unnecessary namespaces
  • Loading branch information
data-bomb committed Jun 15, 2024
1 parent 77a5510 commit c35babb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Si_BetterSpawns/Si_BetterSpawns.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ You should have received a copy of the GNU General Public License
using MelonLoader;
using Si_BetterSpawns;
using SilicaAdminMod;
using Steamworks;
using System;
using System.Collections.Generic;
using System.Numerics;

[assembly: MelonInfo(typeof(BetterSpawns), "Better Spawns", "1.0.2", "databomb", "https://github.com/data-bomb/Silica")]
[assembly: MelonInfo(typeof(BetterSpawns), "Better Spawns", "1.0.3", "databomb", "https://github.com/data-bomb/Silica")]
[assembly: MelonGame("Bohemia Interactive", "Silica")]
[assembly: MelonOptionalDependencies("Admin Mod")]

Expand Down

0 comments on commit c35babb

Please sign in to comment.