]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/extensions.qh
rebrand nexuiz -> xonotic, will fix possible mess later
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / extensions.qh
index 445e72d2d988e9a5fc3e3cc1de52806050dc96e5..f73259cf9c13bcb42090f80bfae183f5a8c400bd 100644 (file)
@@ -2070,8 +2070,8 @@ string(float n) argv = #442;
 //description:
 //when a savegame is loaded, this function is called
 
-//NEXUIZ_PLAYERMODEL
-//idea: Nexuiz
+//XONOTIC_PLAYERMODEL
+//idea: Xonotic
 //darkplaces implementation: Black
 //console commands:
 //playermodel <name> - FIXME: EXAMPLE NEEDED
@@ -2080,7 +2080,7 @@ string(float n) argv = #442;
 .string playermodel; // name of player model sent by client
 .string playerskin; // name of player skin sent by client
 //description:
-//these client properties are used by Nexuiz.
+//these client properties are used by Xonotic.
 
 //NXQ_GFX_LETTERBOX
 //idea: nxQuake