about summary refs log tree commit diff
path: root/datasrc/server.dts
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc/server.dts')
-rw-r--r--datasrc/server.dts7
1 files changed, 0 insertions, 7 deletions
diff --git a/datasrc/server.dts b/datasrc/server.dts
index e4b6935f..d229894b 100644
--- a/datasrc/server.dts
+++ b/datasrc/server.dts
@@ -1,6 +1,5 @@
 const array:int sound = sounds.*
 const array:int weapon = weapons.*
-const array:int gametype = playerstats.*
 const array:int powerup = powerups.*
 
 struct weapon {
@@ -21,13 +20,7 @@ struct powerupinf {
 	int startspawntime = startspawntime@1
 }
 
-struct playerstats {
-	int maxhealth = maxhealth@1
-	int maxarmor = maxarmor@1
-}
-
 struct data_container {
 	array:weapon weapons = weapons.*
-	array:playerstats playerinfo = playerstats.*
 	array:powerupinf powerupinfo = powerups.*
 }