[wesnoth-commits] [wesnoth/wesnoth] c89764: Add a MP mod command to stop a game.
Pentarctagon
noreply at github.com
Thu Sep 5 06:58:09 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: c8976432af207e1442d316abf854e316767e3cb9
https://github.com/wesnoth/wesnoth/commit/c8976432af207e1442d316abf854e316767e3cb9
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2019-09-05 (Thu, 05 Sep 2019)
Changed paths:
M src/server/server.cpp
M src/server/server.hpp
Log Message:
-----------
Add a MP mod command to stop a game.
This command is of the form "/query stopgame <nick>". wesnothd then retrieves the id of the game that person is in and calls delete_game(<id>).
More information about the Commits
mailing list