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:
parent
d88f390b9e
commit
9dfff6810c
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user