diff --git a/gamemodes/terrortown/gamemode/shared/sh_entity.lua b/gamemodes/terrortown/gamemode/shared/sh_entity.lua index aeb18b58e..da9ddd843 100644 --- a/gamemodes/terrortown/gamemode/shared/sh_entity.lua +++ b/gamemodes/terrortown/gamemode/shared/sh_entity.lua @@ -36,7 +36,7 @@ end --- -- Sets the information if this entity is a rotating button. --- @bote: This function does not network the information. +-- @note: This function does not network the information. -- @param boolean state The new state -- @realm shared function entmeta:SetRotatingButton(state)