this access

This commit is contained in:
thatsIch
2015-01-01 21:17:00 +01:00
parent eed0c11d7f
commit 8920d949d2
28 changed files with 133 additions and 133 deletions
@@ -44,8 +44,8 @@ public class LocatableEventAnnounce extends Event
final public LocatableEvent change;
public LocatableEventAnnounce(ILocatable o, LocatableEvent ev) {
target = o;
change = ev;
this.target = o;
this.change = ev;
}
}