style: format code
This commit is contained in:
parent
3f15516985
commit
ea77c98c2f
7 changed files with 14 additions and 14 deletions
|
|
@ -18,7 +18,7 @@ public class Plugin : BaseUnityPlugin
|
|||
public static Dictionary<string, int> GameScore = [];
|
||||
private static GameObject _gbsuCompContainer;
|
||||
internal static ManualLogSource Log;
|
||||
|
||||
|
||||
public static GameObject GBSUCompContainer
|
||||
{
|
||||
get
|
||||
|
|
@ -98,7 +98,7 @@ public class Plugin : BaseUnityPlugin
|
|||
foreach (var comp in comps)
|
||||
{
|
||||
Log.LogDebug("iterating thru singleton comps");
|
||||
if(comp is GBSUServer)
|
||||
if (comp is GBSUServer)
|
||||
{
|
||||
Log.LogDebug("GBSUServer component was found! Destroying it");
|
||||
Destroy(comp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue