Fixed MLMP thinking Network mods need a client side when they dont.
This commit is contained in:
parent
50390a305d
commit
e3c149c246
1 changed files with 5 additions and 0 deletions
|
@ -22,4 +22,9 @@ public abstract class NetworkMod extends BaseModMp
|
|||
* @return True if server is required, false if not.
|
||||
*/
|
||||
public abstract boolean serverSideRequired();
|
||||
|
||||
public boolean hasClientSide()
|
||||
{
|
||||
return clientSideRequired();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue