mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Slight cleanup on recent pull req + changing versions up
This commit is contained in:
+1
-1
@@ -943,7 +943,7 @@ void command_help(Client *c, const Seperator *sep)
|
||||
void command_version(Client *c, const Seperator *sep)
|
||||
{
|
||||
c->Message(0, "Current version information.");
|
||||
c->Message(0, " %s", CURRENT_ZONE_VERSION);
|
||||
c->Message(0, " %s", CURRENT_VERSION);
|
||||
c->Message(0, " Compiled on: %s at %s", COMPILE_DATE, COMPILE_TIME);
|
||||
c->Message(0, " Last modified on: %s", LAST_MODIFIED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user