Posted March 24, 201411 yr There is my Error Log: http://pastebin.com/FkuHhBcs Main Class: http://pastebin.com/wPkByrb3 ClientProxy Class: http://pastebin.com/Lmb94v0k CommonProxy Class: http://pastebin.com/YVXVMmsm Could Some one HELP me plz
March 24, 201411 yr The @SidedProxy annotation has to be directly above the proxy variable: @SidedProxy(clientSide = "net.elementarydiamonds.proxies.ClientProxy", serverSide = "net.elementarydiamonds.proxies.CommonProxy") public static CommonProxy proxy; ...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.