Skip to content

Commit

Permalink
Added comment, push isn't registering with git.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talamar1 committed Jun 11, 2015
1 parent 68b34a7 commit 547de1e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public HashMap<String, dObject> getContext() {
public void onVehicleCollidesEntity(VehicleEntityCollisionEvent event) {
entity = new dEntity(event.getEntity());
vehicle = new dEntity(event.getVehicle());
pickup_cancel = event.isPickupCancelled();
pickup_cancel = event.isPickupCancelled(); // Doesn't appear to always trigger
cancelled = event.isCancelled();
this.event = event;
fire();
Expand Down

0 comments on commit 547de1e

Please sign in to comment.