Remove the pesky '/' that got in there somehow
This commit is contained in:
parent
b4f2ddef47
commit
cf34aad594
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ namespace TShockAPI
|
||||||
public void Debug(string message)
|
public void Debug(string message)
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
Write(message, TraceLevel.Verbose);\
|
Write(message, TraceLevel.Verbose);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue