diff options
| author | 2025-05-18 17:26:27 +0100 | |
|---|---|---|
| committer | 2025-05-18 17:26:27 +0100 | |
| commit | ec7772bad961e71cdb8ffdab76c435eb74c64328 (patch) | |
| tree | be48653153f4261c5b5223a495d653fec3d186bf | |
| parent | Fix building on Windows after the last commit. (diff) | |
Update INFO for the current state.
| -rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index 6ef6cdfe1..48177568e 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -43,11 +43,12 @@ static const char* const lines[] = { " November 2002 - Present", " ", "\002Core Developers\002:", - " Matt Schatz (genius3000) Sadie Powell (Sadie)", + " Sadie Powell (Sadie)", " ", "\002Former Developers\002:", - " Attila Molnar (Attila) Daniel De Graaf (danieldg)", - " Dennis Friis (peavey) John Brooks (special)", + " Adam (Adam-) Attila Molnar (Attila)", + " Daniel De Graaf (danieldg) Dennis Friis (peavey)", + " John Brooks (special) Matt Schatz (genius3000)", " Matt Smith (dz) Oliver Lupton (Om)", " Thomas Stagner (aquanight) Uli Schlachter (psychon)", " ", @@ -56,7 +57,7 @@ static const char* const lines[] = { " Robin Burchell (w00t)", " ", "\002Active Contributors\002:", - " Adam progval", + " progval", " ", "\002Former Contributors\002:", " Adremelech Ankit AnMaster Bricker", |
