Core/Misc: Some missed $ for string interpolation and some cleanups to code.
This commit is contained in:
@@ -118,7 +118,7 @@ namespace BNetServer.Networking
|
||||
|
||||
++failedLogins;
|
||||
|
||||
Log.outDebug(LogFilter.Network, "MaxWrongPass : {maxWrongPassword}, failed_login : {accountId}");
|
||||
Log.outDebug(LogFilter.Network, $"MaxWrongPass : {maxWrongPassword}, failed_login : {accountId}");
|
||||
|
||||
if (failedLogins >= maxWrongPassword)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user