Skip to content

Commit

Permalink
Update mappings to match tcon again
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Apr 13, 2016
1 parent 6661876 commit f7e7792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_version=0.9.4
minecraft_version=1.9
forge_version=12.16.0.1863-1.9
mappings=snapshot_20160324
mappings=snapshot_20160403

jei_version=3.2.+
configurate_version=2.0
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public BaseContainer(T tile) {

public void syncOnOpen(EntityPlayerMP playerOpened) {
// find another player that already has the gui for this tile open
WorldServer server = playerOpened.getServerForPlayer();
WorldServer server = playerOpened.getServerWorld();
for(EntityPlayer player : server.playerEntities) {
if(player == playerOpened) {
continue;
Expand Down

0 comments on commit f7e7792

Please sign in to comment.