Commit 3b4eca94 authored by DailyShana's avatar DailyShana

fix announce number

parent 17d9dd15
...@@ -1001,7 +1001,7 @@ int32 field::announce_number(int16 step, uint8 playerid) { ...@@ -1001,7 +1001,7 @@ int32 field::announce_number(int16 step, uint8 playerid) {
return FALSE; return FALSE;
} else { } else {
int32 ret = returns.ivalue[0]; int32 ret = returns.ivalue[0];
if(ret < 0 || ret >= (int32)core.select_options.size() || ret >= 63) { if(ret < 0 || ret >= (int32)core.select_options.size()) {
pduel->write_buffer8(MSG_RETRY); pduel->write_buffer8(MSG_RETRY);
return FALSE; 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