Commit 84b1c6ae authored by Momobako's avatar Momobako

updc

parent 6c4d2008
......@@ -440,7 +440,7 @@ int32 field::select_position(uint16 step, uint8 playerid, uint32 code, uint8 pos
return FALSE;
} else {
uint32 pos = returns.ivalue[0];
if(pos != 0x1 && pos != 0x2 && pos != 0x4 && pos != 0x8 && !(pos & positions)) {
if(pos != 0x1 && pos != 0x2 && pos != 0x4 && pos != 0x8 || !(pos & positions)) {
pduel->write_buffer8(MSG_RETRY);
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment