summaryrefslogtreecommitdiff
path: root/src/accounthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/accounthandler.cpp')
-rw-r--r--src/accounthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounthandler.cpp b/src/accounthandler.cpp
index 79aab94d..a0f6828a 100644
--- a/src/accounthandler.cpp
+++ b/src/accounthandler.cpp
@@ -463,7 +463,7 @@ void AccountHandler::receiveMessage(NetComputer &computer, MessageIn &message)
LOG_INFO(name << ": Character's gender is invalid.", 1)
break;
}
- // LATER_ON: Add race attribute.
+ // LATER_ON: Add race, face and maybe special attributes.
// Customization of player's stats...
std::vector<unsigned short> rawStats;