mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
comments for find location code
This commit is contained in:
parent
6700e0bb3f
commit
db52a21b7f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user