software-challenge / backend

Server, Client und Spiel-Plugins der Software-Challenge Germany
https://www.software-challenge.de
11 stars 10 forks source link

fix(plugin): clone GameState fully #379

Closed xeruf closed 3 years ago

xeruf commented 3 years ago

GameState cloning (and hashcode) previously did not include the undeployedPieces, leading to an obviously wrong result.

The little XML change only removes superfluous java-specific attributes that aren't even useful to anything but XStream.

xeruf commented 3 years ago

außer dass noch was nicht geklont wurde ;)