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.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/datasrc/server.dts b/datasrc/server.dts
index aba31514..46a97bfc 100644
--- a/datasrc/server.dts
+++ b/datasrc/server.dts
@@ -1,3 +1,8 @@
+const array:int sound = sounds.*
+const array:int weapon = weapons.*
+const array:int gametype = playerstats.*
+const array:int powerup = powerups.*
+
 struct weapon {
 	int firedelay = firedelay@1
 	int meleedamage = meleedamage@1
@@ -25,8 +30,3 @@ struct data_container {
 	array:playerstats playerinfo = playerstats.*
 	array:powerupinf powerupinfo = powerups.*
 }
-
-const array:int sound = sounds.*
-const array:int weapon = weapons.*
-const array:int gametype = playerstats.*
-const array:int powerup = powerups.*
\ No newline at end of file