Removed unused isPartyGame().
(Now things use getMatchType()). git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@504 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -105,12 +105,6 @@ public class EZGameConfig extends GameConfig
|
|||||||
out.writeObject(_gameDef);
|
out.writeObject(_gameDef);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns true if this is a party game, false otherwise. */
|
|
||||||
public function isPartyGame () :Boolean
|
|
||||||
{
|
|
||||||
return getMatchType() == PARTY;
|
|
||||||
}
|
|
||||||
|
|
||||||
// from PlaceConfig
|
// from PlaceConfig
|
||||||
override public function createController () :PlaceController
|
override public function createController () :PlaceController
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user