comments for find location code

This commit is contained in:
RonanCraft 2022-03-22 16:07:23 -04:00 committed by GitHub
parent 6700e0bb3f
commit db52a21b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ public class RTP_FindLocationEvent extends RTPEvent {
this.world = world; this.world = world;
} }
//A location can be pushed in if a developer wants to inject a custom location
//Safe location code will still be run!
public void setLocation(Location loc) { public void setLocation(Location loc) {
this.loc = loc; this.loc = loc;
} }