mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
BannedIps entry{};
|
||||
|
||||
entry.ip_address = "";
|
||||
entry.notes = 0;
|
||||
entry.notes = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user