summaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-04-17 14:54:50 +0100
committerrubenwardy <rw@rubenwardy.com>2018-04-19 20:14:53 +0100
commit87ad4d8e7f25210cd28d9f2b372aa00aa3dab929 (patch)
treeddeeed2ddca984f0999437517bfdca120919ecd2 /src/server
parent36eb823b1cebc92cd7802368ab0bdc5b3679a3cd (diff)
downloadminetest-87ad4d8e7f25210cd28d9f2b372aa00aa3dab929.tar.gz
minetest-87ad4d8e7f25210cd28d9f2b372aa00aa3dab929.tar.bz2
minetest-87ad4d8e7f25210cd28d9f2b372aa00aa3dab929.zip
Add online content repository
Replaces mods and texture pack tabs with a single content tab
Diffstat (limited to 'src/server')
-rw-r--r--src/server/mods.cpp2
-rw-r--r--src/server/mods.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/mods.cpp b/src/server/mods.cpp
index 34ac760e4..c246e6446 100644
--- a/src/server/mods.cpp
+++ b/src/server/mods.cpp
@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "filesys.h"
#include "log.h"
#include "scripting_server.h"
-#include "subgame.h"
+#include "content/subgames.h"
/**
* Manage server mods
diff --git a/src/server/mods.h b/src/server/mods.h
index 9e4b23f30..2bc1aa22f 100644
--- a/src/server/mods.h
+++ b/src/server/mods.h
@@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
-#include "../mods.h"
+#include "content/mods.h"
class ServerScripting;