[Solved] The block.setTypeId not to clients ?

Discussion in 'Plugin Development' started by Cheesier, Apr 16, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Cheesier

    Code:
    block.setTypeId(0); // This seems to work
    
    location.getBlock().setTypeId(35); // This wont update for the clients but is actually there
    Anyone know why this wouldn't work ?

    Was a silly mistake on my side...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
Thread Status:
Not open for further replies.

Share This Page