Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3964e268ee | |||
| ea77c98c2f |
8 changed files with 15 additions and 15 deletions
|
|
@ -57,7 +57,7 @@ public class Helper
|
||||||
{
|
{
|
||||||
string names = "";
|
string names = "";
|
||||||
|
|
||||||
foreach(FileInfo file in files)
|
foreach (FileInfo file in files)
|
||||||
{
|
{
|
||||||
names = file.Name + " " + names;
|
names = file.Name + " " + names;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ public class Plugin : BaseUnityPlugin
|
||||||
foreach (var comp in comps)
|
foreach (var comp in comps)
|
||||||
{
|
{
|
||||||
Log.LogDebug("iterating thru singleton comps");
|
Log.LogDebug("iterating thru singleton comps");
|
||||||
if(comp is GBSUServer)
|
if (comp is GBSUServer)
|
||||||
{
|
{
|
||||||
Log.LogDebug("GBSUServer component was found! Destroying it");
|
Log.LogDebug("GBSUServer component was found! Destroying it");
|
||||||
Destroy(comp);
|
Destroy(comp);
|
||||||
|
|
|
||||||
|
|
@ -79,4 +79,4 @@ Want a new feature? Found a bug? [Open an issue!](https://git.gaboule.com/Gaboul
|
||||||
- The mod is made for BepInEx 5
|
- The mod is made for BepInEx 5
|
||||||
- The targeted Unity version is `2020.3.5f1`
|
- The targeted Unity version is `2020.3.5f1`
|
||||||
- The TFM is `netstandard2.0`
|
- The TFM is `netstandard2.0`
|
||||||
- The mod is built using .NET SDK `9.0.103`
|
- The mod is built using .NET SDK `9.0.304`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue