mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
la til ekstra info i konstruktøren
This commit is contained in:
parent
c3604b9730
commit
12605fedfb
@ -39,7 +39,7 @@ public class IPAddressScreen extends AbstractScreen {
|
||||
@Override
|
||||
public void touchUp(InputEvent e, float x, float y, int point, int button){
|
||||
try {
|
||||
roboRallyWrapper.client = new RoboRallyClient(txtinput.getText());
|
||||
roboRallyWrapper.client = new RoboRallyClient(txtinput.getText(),roboRallyWrapper);
|
||||
roboRallyWrapper.setScreen(roboRallyWrapper.screenManager.getUsernameScreen(roboRallyWrapper));
|
||||
} catch (IOException ex) {
|
||||
ex.printStackTrace();
|
||||
|
Loading…
x
Reference in New Issue
Block a user