mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-17 13:45:01 +00:00
Prevents join map info from printing on program start (JoinMapBaseAdvanced constructor) unless debug level is > 0
This commit is contained in:
@@ -233,7 +233,10 @@ namespace PepperDash.Essentials.Core
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PrintJoinMapInfo();
|
if (Debug.Level > 0)
|
||||||
|
{
|
||||||
|
PrintJoinMapInfo();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user