Rank rework

This makes an under the hood rank-rework. Nothing is changed from the player perspective.
This commit is contained in:
Magnus Ulf
2018-12-20 01:35:30 +01:00
parent d7728f3a79
commit f347c1058a
33 changed files with 972 additions and 630 deletions

View File

@@ -35,6 +35,11 @@ public class RelAdapter implements JsonDeserializer<Rel>
{
return null;
}
catch (Exception ex)
{
System.out.println(json);
throw ex;
}
}
}