mirror of https://github.com/deavminet/skippy.git
Fixed compilation error
This commit is contained in:
parent
aefb8c5a6a
commit
3d460673e5
|
@ -229,7 +229,7 @@ void commandLine()
|
|||
|
||||
void serverGreet()
|
||||
{
|
||||
string motd = dclient.motd();
|
||||
string motd = dclient.getMotd();
|
||||
writeln("!~> "~motd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue