summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorx12xx12x <44411062+12xx12@users.noreply.github.com>2023-03-27 00:25:54 +0200
committerGitHub <noreply@github.com>2023-03-27 00:25:54 +0200
commitceaebd00d88fe70516c7b4ef1fa84d2f5f10d736 (patch)
tree4139ae31ab9f76df997c74eb8d8e4caa967ecc06 /Server
parentHandle newlines in cIniFile (#5447) (diff)
downloadcuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.tar
cuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.tar.gz
cuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.tar.bz2
cuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.tar.lz
cuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.tar.xz
cuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.tar.zst
cuberite-ceaebd00d88fe70516c7b4ef1fa84d2f5f10d736.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 955978670..89e9955a9 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -12292,7 +12292,7 @@ end
Type = "cTeam",
},
},
- Notes = "Registers a new team. Returns the {{cTeam}} instance, nil on error.",
+ Notes = "Registers a new team. Returns the {{cTeam}} instance, nil on error. For example if the team already exists.",
},
RemoveObjective =
{