diff --git a/src/main/java/com/eu/habbo/habbohotel/GameEnvironment.java b/src/main/java/com/eu/habbo/habbohotel/GameEnvironment.java index 62cd3d63..af05965b 100644 --- a/src/main/java/com/eu/habbo/habbohotel/GameEnvironment.java +++ b/src/main/java/com/eu/habbo/habbohotel/GameEnvironment.java @@ -190,4 +190,16 @@ public class GameEnvironment { return this.pollManager; } + + public CreditsScheduler getCreditsScheduler() { + return this.creditsScheduler; + } + + public PixelScheduler getPixelScheduler() { + return this.pixelScheduler; + } + + public PointsScheduler getPointsScheduler() { + return this.pointsScheduler; + } }