Fixed compilation error

This commit is contained in:
Tristan B. Kildaire 2020-10-02 17:18:59 +02:00
parent aefb8c5a6a
commit 3d460673e5
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void commandLine()
void serverGreet()
{
string motd = dclient.motd();
string motd = dclient.getMotd();
writeln("!~> "~motd);
}