Changes between Initial Version and Version 1 of Ticket #3498, comment 1


Ignore:
Timestamp:
Oct 8, 2015, 2:21:05 PM (9 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3498, comment 1

    initial v1  
    1 Notice you can trigger an OOS by changing `if (cit->second != expected)` to `if (cit->second == expected)` in `NetTurnManager.cpp`.
     1Notice you can trigger an OOS by adding `true ||` to `if (cit->second != expected)` in `NetTurnManager.cpp`.