Hotfix: Fix a small oversight
This commit is contained in:
parent
fe181555ef
commit
485619eea6
1 changed files with 1 additions and 3 deletions
|
@ -49,9 +49,7 @@ class PacketClient {
|
|||
Socket? socket;
|
||||
bool connected = false;
|
||||
|
||||
PacketClient(String IPAddress) {
|
||||
startConnect(IPAddress);
|
||||
}
|
||||
PacketClient(String IPAddress);
|
||||
|
||||
Future<void> startConnect(String IPAddress) async {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue