1
0

Fixed compilation on linux.

Any idea why SendMessageA works on Windows and not on linux?

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1595 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
nielsbreu@gmail.com 2013-06-15 18:26:00 +00:00
parent d88f390b9e
commit 9dfff6810c

View File

@ -75,7 +75,7 @@ void cBlockBedHandler::OnUse(cWorld *a_World, cPlayer *a_Player, int a_BlockX, i
}
}
} else {
a_Player->SendMessageA("You can only sleep at night");
a_Player->SendMessage("You can only sleep at night");
}
}
}