This commit is contained in:
Xphalnos 2024-08-15 12:46:38 +02:00
parent 5e1cd74598
commit 6c6c080ec1

View File

@ -81,7 +81,7 @@ std::string getLogType() {
return logType; return logType;
} }
std::string getUserName() { std::string setUserName() {
return userName; return userName;
} }