Skip to content

Commit

Permalink
Fix #125 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackere authored and BartoszChrostowski committed Apr 2, 2020
1 parent 3aeed9f commit 36e18b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dokumentacja/Konfiguracje/resources/GM.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "object",
"required":["CsIP", "CsPort", "movePenalty", "askPenalty",
"discoveryPenalty", "putPenalty", "checkForShamPenalty",
"responsePenalty", "destroyPiecePenalty" "boardX", "boardY", "goalAreaHight",
"destroyPiecePenalty" "boardX", "boardY", "goalAreaHight",
"numberOfGoals", "numberOfPieces", "shamPieceProbability" ],
"properties": {
"CsIP": { "type": "string" },
Expand All @@ -13,7 +13,6 @@
"discoveryPenalty": { "type": "integer" },
"putPenalty": { "type": "integer" },
"checkForShamPenalty": { "type": "integer" },
"responsePenalty": { "type": "integer" },
"destroyPiecePenalty": { "type": "integer" },
"boardX": { "type": "integer" },
"boardY": { "type": "integer" },
Expand Down
1 change: 0 additions & 1 deletion Dokumentacja/Konfiguracje/resources/GMConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"discoveryPenalty": 700,
"putPenalty": 500,
"checkForShamPenalty": 700,
"responsePenalty": 1000,
"destroyPiecePenalty": 500,
"boardX": 40,
"boardY": 40,
Expand Down

0 comments on commit 36e18b5

Please sign in to comment.