Commit 57f42254 authored by nanahira's avatar nanahira

Merge branch 'server' of ../versions/ygopro-mc into server

parents 266f0c9d 678cceb6
...@@ -396,7 +396,6 @@ void TagDuel::UpdateDeck(DuelPlayer* dp, unsigned char* pdata, int len) { ...@@ -396,7 +396,6 @@ void TagDuel::UpdateDeck(DuelPlayer* dp, unsigned char* pdata, int len) {
#else #else
(deck_size != (mainc + sidec) * (int)sizeof(int32_t)) (deck_size != (mainc + sidec) * (int)sizeof(int32_t))
#endif #endif
(mainc + sidec) * (int)sizeof(int32_t))
valid = false; valid = false;
if (!valid) { if (!valid) {
STOC_ErrorMsg scem; STOC_ErrorMsg scem;
......
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