Finished Parser winpoints min 3 set.

This commit is contained in:
Leonardo Brandenberger 2021-12-10 11:02:15 +01:00
parent 4aa4dcde3b
commit 3661498216
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public class Parser {
* @param give if true ask for resource to give if false for resource to receive
* @return Config.Resource the resource the player would like to give or receive
*/
public Config.Resource trade(boolean give) {
String output = "give";
if (!give) {