forked from 2009Scape/Server
Fix bone -> altar exploit
This commit is contained in:
parent
db2f03af02
commit
400caffe3d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package core.game.node.entity.skill.construction.decoration.chapel;
|
||||
|
||||
|
||||
import api.ContentAPI;
|
||||
import core.cache.def.impl.SceneryDefinition;
|
||||
import core.game.content.global.Bones;
|
||||
import core.game.node.entity.skill.Skills;
|
||||
|
|
@ -86,7 +87,7 @@ public class BoneOfferPlugin extends UseWithHandler {
|
|||
return;
|
||||
}
|
||||
final Location start = player.getLocation();
|
||||
GameWorld.getPulser().submit(new Pulse(1) {
|
||||
ContentAPI.submitIndividualPulse(player, new Pulse(1) {
|
||||
int counter = 0;
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue