mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Fix N00BS
This commit is contained in:
parent
0c299729dd
commit
b3df338715
15 changed files with 71 additions and 81 deletions
|
@ -41,6 +41,10 @@ namespace HISP.Server
|
|||
{
|
||||
if (ConfigReader.LogLevel >= 5)
|
||||
logFunction(false, "DEBUG", text);
|
||||
}
|
||||
public static void CrashPrint(string text)
|
||||
{
|
||||
logFunction(true, "CRASH", text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue