Skip to content

Commit

Permalink
Removed experimental inventory for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shoghicp committed Aug 13, 2014
1 parent c59b819 commit 9794b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shoghicp/BigBrother/network/translation/Translator_18.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ public function serverToInterface(DesktopPlayer $player, DataPacket $packet){
}
return $packets;

/*
case Info::CONTAINER_CLOSE_PACKET:
$pk = new STCCloseWindowPacket();
$pk->windowID = $packet->windowid;
Expand Down Expand Up @@ -346,6 +347,7 @@ public function serverToInterface(DesktopPlayer $player, DataPacket $packet){
}
return $pk;
*/

case Info::ADD_ITEM_ENTITY_PACKET:
$packets = [];
Expand Down

0 comments on commit 9794b29

Please sign in to comment.