Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameconnection.cc')
-rw-r--r--src/core/gameconnection.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/gameconnection.cc b/src/core/gameconnection.cc
index ddf4610..70d19ef 100644
--- a/src/core/gameconnection.cc
+++ b/src/core/gameconnection.cc
@@ -64,7 +64,8 @@ GameConnection::GameConnection(std::string const &connectionstr)
if (!ofs.is_open()) {
con_warn << "Could not write " << filename << std::endl;
} else {
- ofs << "; keys.ini - osirion client identification" << std::endl;
+ ofs << "; keys.ini" << std::endl;
+ ofs << "; Project::OSiRiON client identification" << std::endl;
ofs << "; DO NOT EDIT OR DELETE THIS FILE" << std::endl;
ofs << "; If you do, you will not be able to use existing characters in multiplayer games" << std::endl;
ofs << std::endl;