aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthew I <matttpt@gmail.com>2012-07-22 09:42:43 -0400
committerPerttu Ahola <celeron55@gmail.com>2012-08-12 16:45:58 +0300
commitb29d609b0bf54345f9c7cb8a1e3d6de6799fa147 (patch)
tree27fe7910ccc4e1487f0eb56b00868d62b41172a4 /src/CMakeLists.txt
parent8a3c777c40e2b61c1ba561ba0c60ab8d281886d2 (diff)
downloadhax-minetest-server-b29d609b0bf54345f9c7cb8a1e3d6de6799fa147.tar.gz
hax-minetest-server-b29d609b0bf54345f9c7cb8a1e3d6de6799fa147.zip
Move chat commands to Lua and remove servercommand.{cpp,h}
Commands moved: /me /status /time /shutdown /ban /clearobjects
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 43d7f241a..8cdaa510d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -193,7 +193,6 @@ set(common_SRCS
connection.cpp
environment.cpp
server.cpp
- servercommand.cpp
socket.cpp
mapblock.cpp
mapsector.cpp