feat: "server_exists" check
This commit is contained in:
@ -19,6 +19,10 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
cmd_need_superuser () { true ;}
|
||||
cmd_need_steamuser () { false ;}
|
||||
cmd_need_installed_server () { false ;}
|
||||
|
||||
function cmd_usage ()
|
||||
{
|
||||
echo "[<instance>...]"
|
||||
@ -34,16 +38,6 @@ function cmd_help ()
|
||||
echo "TODO: description"
|
||||
}
|
||||
|
||||
function cmd_need_superuser ()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
function cmd_need_steamuser ()
|
||||
{
|
||||
false
|
||||
}
|
||||
|
||||
function cmd_main ()
|
||||
{
|
||||
include "$LibDir/game.lib"
|
||||
|
Reference in New Issue
Block a user