Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 586b3ee

Browse files
authored
Merge pull request #2 from PandaSRC/kpinjhubgiyvftcryghjkl;
sneak my other pr into this branch
2 parents a06547f + 01cb834 commit 586b3ee

File tree

3 files changed

+5
-183
lines changed

3 files changed

+5
-183
lines changed

Kitsune/ClubPenguin/Plugins/AntiAd/AntiAd.php

Lines changed: 0 additions & 129 deletions
This file was deleted.

Kitsune/ClubPenguin/Plugins/AntiSwear/AntiSwear.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

Kitsune/ClubPenguin/Plugins/Commands/Commands.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final class Commands extends Plugin {
1111
//public $dependencies = array("PatchedItems" => "loadPatchedItems");
1212
public $dependencies = array(
1313
"PatchedItems" => "loadPatchedItems",
14-
"AntiAd" => "loadAntiAd"
14+
//"AntiAd" => "loadAntiAd"
1515
);
1616

1717
public $worldHandlers = array(
@@ -76,7 +76,7 @@ final class Commands extends Plugin {
7676
private $mutedPenguins = array();
7777

7878
private $patchedItems;
79-
private $antiAd;
79+
//private $antiAd;
8080

8181
public $partyServicePacket = '%xt%partyservice%2%{"partySettings":{"partyIglooItems":[0],"numOfDaysInParty":14,"unlockDayIndex":14},"questSettingList":[{"roomIds":[800,809,300,100],"questItemIndex":0,"unlockDay":0,"memberItemIds":[1967,24245],"nonmemberItemId":5509},{"roomIds":[800,809,300,801,100],"questItemIndex":1,"unlockDay":0,"memberItemIds":[1965,24243],"nonmemberItemId":5508},{"roomIds":[800,809,801],"questItemIndex":2,"unlockDay":1,"memberItemIds":[1968,24246],"nonmemberItemId":5510},{"roomIds":[800,801,300],"questItemIndex":3,"unlockDay":1,"memberItemIds":[1969,24247],"nonmemberItemId":5516},{"roomIds":[891],"questItemIndex":4,"unlockDay":2,"memberItemIds":[1966,24244],"nonmemberItemId":9291}],"swordsList":[{"rewardId":0,"points":20,"itemId":2327,"type":"FURNITURE"},{"rewardId":1,"points":50,"itemId":5512,"type":"PAPER_ITEM"},{"rewardId":2,"points":100,"itemId":5515,"type":"PAPER_ITEM"},{"rewardId":3,"points":200,"itemId":5513,"type":"PAPER_ITEM"},{"rewardId":4,"points":350,"itemId":83,"type":"IGLOO"},{"rewardId":5,"points":600,"itemId":0,"type":"PAPER_ITEM"}],"kananLightsaber":{"unlockDay":2,"itemId":5511},"inquisitorPrizeItems":{"memberItemId":[24248,5514],"nonMemberItemId":1970}}%';
8282

@@ -92,9 +92,9 @@ public function loadPatchedItems() {
9292
$this->patchedItems = $this->server->loadedPlugins["PatchedItems"];
9393
}
9494

95-
public function loadAntiAd() {
96-
$this->antiAd = $this->server->loadedPlugins["AntiAd"];
97-
}
95+
//public function loadAntiAd() {
96+
// $this->antiAd = $this->server->loadedPlugins["AntiAd"];
97+
//}
9898

9999
public function handleRefreshClient($penguin) {
100100
$penguin->room->refreshRoom($penguin);

0 commit comments

Comments
 (0)