Skip to content

Commit

Permalink
Minor Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Li committed Apr 11, 2015
1 parent e6b18ae commit be0b61e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MerchantRPGCSE2102/src/controller/RPGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void createTransaction(Player player, Merchant targetMerchant)
if(_transactionLimit > 0)
{
toggleMovement("OFF");
System.out.println("Transaction Begining");
Transaction newTransaction = new Transaction(player, targetMerchant, this);
_transactionLimit -= 1;
}
Expand Down

0 comments on commit be0b61e

Please sign in to comment.