You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
* Command will be directly executed on the rcon server and the returned response will be returned
8
+
* If null is returned this means that there is some problem with the connection (typically the server is shut down or there is some other reason for a lost connection)
9
+
* Notice: There is no way of knowing that a command exists, which does not return a response. Every command without response will return an empty string.
10
+
* @param command the command which should be executed on the remote server
0 commit comments