mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
Prevents join map info from printing on program start (JoinMapBaseAdvanced constructor) unless debug level is > 0
This commit is contained in:
parent
2897ec1d83
commit
24a435c965
1 changed files with 4 additions and 1 deletions
|
|
@ -233,8 +233,11 @@ namespace PepperDash.Essentials.Core
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (Debug.Level > 0)
|
||||||
|
{
|
||||||
PrintJoinMapInfo();
|
PrintJoinMapInfo();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Prints the join information to console
|
/// Prints the join information to console
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue