summaryrefslogtreecommitdiffstats
path: root/src/Statistics.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/StatisticsManager.h (renamed from src/Statistics.h)12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/Statistics.h b/src/StatisticsManager.h
index 38d2f0f7e..288f4aabc 100644
--- a/src/Statistics.h
+++ b/src/StatisticsManager.h
@@ -1,10 +1,6 @@
// Statistics.h
-#pragma once
-
-#include "Registries/Statistics.h"
-
/* Hello fellow developer !
In case you are trying to add new statistics to Cuberite you need to do a few things:
---------------------------------------------------------------------------
@@ -24,6 +20,14 @@ exported from the server https://wiki.vg/Data_Generators
+#pragma once
+
+#include "Registries/CustomStatistics.h"
+
+
+
+
+
/** Class that manages the statistics and achievements of a single player. */
struct StatisticsManager
{