mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-24 10:10:22 +00:00
Cleaned up comment formatting.
The incantation was: sed -i 's://\([^ ]\):// \1:' src/*.[ch]pp Lines of code that was commented out were then manually reverted.
This commit is contained in:
@@ -34,7 +34,7 @@ private:
|
||||
static bool isPasswordCorrect(std::string actualPassword, std::string tryPassword);
|
||||
static bool isAccountInUse(int accountId);
|
||||
static bool isCharacterNameGood(std::string Firstname, std::string Lastname);
|
||||
//returns true if success
|
||||
// returns true if success
|
||||
static bool exitDuplicate(int accountId);
|
||||
public:
|
||||
CNLoginServer(uint16_t p);
|
||||
|
||||
Reference in New Issue
Block a user