Add in more implementation

This commit is contained in:
zontreck 2024-05-24 13:48:21 -07:00
parent fc0c1c7e7a
commit 1b2ec0e74d
14 changed files with 62 additions and 35 deletions

View file

@ -8,6 +8,8 @@ void main() {
settings.server = false;
settings.inst = SettingsEntry();
await settings.sendRconCommand("help");
var reply = await settings.sendRconCommand("help");
print(reply);
});
}