remove Windows support, revert new guava to small version
This commit is contained in:
parent
fd84384f10
commit
920405d8c5
264 changed files with 22715 additions and 377 deletions
|
@ -10,7 +10,7 @@ import java.util.Collections;
|
|||
import java.util.Date;
|
||||
import java.util.Set;
|
||||
|
||||
import com.google.common.collect.Sets;
|
||||
import game.collect.Sets;
|
||||
|
||||
import game.Game;
|
||||
import game.color.TextColor;
|
||||
|
@ -301,7 +301,7 @@ public class GuiWorlds extends GuiList<GuiWorlds.SaveInfo> implements ActButton.
|
|||
//// this.userField.setText(this.gm.localUser);
|
||||
//// this.userField.setValidator(new Predicate<String>()
|
||||
//// {
|
||||
//// public boolean apply(String name)
|
||||
//// public boolean test(String name)
|
||||
//// {
|
||||
//// return StringValidator.isValidUser(name);
|
||||
//// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue