Commit a3005393 authored by edo9300's avatar edo9300

Fix

parent c213a063
......@@ -84,7 +84,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
case BUTTON_REPLAY_SWAP: {
if(mainGame->dInfo.isReplay)
ReplayMode::SwapField();
else if (mainGame->dInfo.player_type != 7)
else if (mainGame->dInfo.player_type == 7)
mainGame->dField.ReplaySwap();
break;
}
......
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