Add in more implementation
This commit is contained in:
parent
fc0c1c7e7a
commit
1b2ec0e74d
14 changed files with 62 additions and 35 deletions
|
@ -8,6 +8,8 @@ void main() {
|
|||
settings.server = false;
|
||||
settings.inst = SettingsEntry();
|
||||
|
||||
await settings.sendRconCommand("help");
|
||||
var reply = await settings.sendRconCommand("help");
|
||||
|
||||
print(reply);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue