Skip to content

Conversation

@Dryxen
Copy link

@Dryxen Dryxen commented Jun 9, 2017

Fixed the bug and did some small cleanup if the changes are acceptable please pull it when you get around to it.

thanks,
Dryxen

Dryxen added 3 commits June 9, 2017 23:51
fFixed Server rendering issue and some small code cleanup
Fixed Server Rendering issues and some small code cleanup
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;

public class ServerProxy extends CommonProxy {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Proxy is unnecessary and the common proxy can be used in its place.

removed the server proxiy class and replaced calls to the class with
common proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants