Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Fix template line endings for Windows users (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbink committed Aug 9, 2016
1 parent c2802cb commit 1bf2b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
config.properties.template eol=crlf
json-template.json eol=crlf
Expand Up @@ -29,7 +29,7 @@ class UpdateProfile : Task {
Log.magenta("XP gain: ${player.stats.experience - ctx.startXp.get()} XP; " +
"Pokemon caught/transferred: ${ctx.pokemonStats.first.get()}/${ctx.pokemonStats.second.get()}; " +
"Pokemon caught from lures: ${ctx.luredPokemonStats.get()}; " +
"Items caught/dropped: ${ctx.itemStats.first.get()}/${ctx.itemStats.second.get()};\n" +
"Items caught/dropped: ${ctx.itemStats.first.get()}/${ctx.itemStats.second.get()};\r\n" +
"Pokebank ${ctx.api.inventories.pokebank.pokemons.size + ctx.api.inventories.hatchery.eggs.size}/${ctx.profile.playerData.maxPokemonStorage}; " +
"Stardust ${ctx.profile.currencies[PlayerProfile.Currency.STARDUST]}; " +
"Inventory ${ctx.api.inventories.itemBag.size()}/${ctx.profile.playerData.maxItemStorage}"
Expand Down

0 comments on commit 1bf2b44

Please sign in to comment.