Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c66a3a4

Browse files
committed
Minor fix without logs
1 parent 16d9ab9 commit c66a3a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Exiled.CustomModules/API/Features/CustomRoles/CustomTeam.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,14 +469,8 @@ public static int EnableAll(Assembly assembly = null)
469469
if (!typeof(CustomTeam).IsAssignableFrom(type) || attribute is null)
470470
continue;
471471

472-
Log.Debug($"Custom Team found.");
473-
474472
CustomTeam customTeam = Activator.CreateInstance(type) as CustomTeam;
475-
476-
Log.Debug($"Custom Team: {customTeam.Name}.");
477-
478473
customTeam.DeserializeModule();
479-
Log.Debug($"Custom Team deser.");
480474

481475
if (!customTeam.IsEnabled)
482476
continue;

0 commit comments

Comments
 (0)