huge fml update
This commit is contained in:
@ -16,6 +16,17 @@ class JoinServer implements Element {
|
||||
protected $ip = null;
|
||||
protected $port = null;
|
||||
|
||||
/**
|
||||
* Create a new JoinServer Element
|
||||
*
|
||||
* @param string $login (optional) Server Login
|
||||
* @return \FML\ManiaCode\JoinServer
|
||||
*/
|
||||
public static function create($login = null) {
|
||||
$joinServer = new JoinServer($login);
|
||||
return $joinServer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct a new JoinServer Element
|
||||
*
|
||||
|
Reference in New Issue
Block a user