mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Add gametime support, and other stuff
This commit is contained in:
parent
e8e0a0a519
commit
c1c3a9ee82
162 changed files with 95566 additions and 596 deletions
|
@ -13,6 +13,10 @@ namespace Horse_Isle_Server
|
|||
if (ConfigReader.Debug)
|
||||
Console.WriteLine("[DEBUG] " + text);
|
||||
}
|
||||
public static void WarnPrint(string text)
|
||||
{
|
||||
Console.WriteLine("[WARN] " + text);
|
||||
}
|
||||
public static void ErrorPrint(string text)
|
||||
{
|
||||
Console.WriteLine("[ERROR] " + text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue