Skip to content

Commit

Permalink
Fix Comments About Duplicators
Browse files Browse the repository at this point in the history
  • Loading branch information
LengthenedGradient committed Apr 23, 2024
1 parent e11365f commit 60a4a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/acf/core/classes/entities/registration.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[
The purpose of this class is to define a class that represents an entity, storing its spawn function as well as registering the arguments attached to the entity with adv dupe 2.
The purpose of this class is to define a class that represents an entity, storing its spawn function as well as registering the arguments attached to the entity with duplicators.
--]]

local duplicator = duplicator
Expand Down Expand Up @@ -31,7 +31,7 @@ local function GetEntityTable(Class)
return Data
end

--- Adds arguments to an entity for storage in advdupe2
--- Adds arguments to an entity for storage in duplicators
--- The Entity.Lookup, Entity.Count and Entity.List variables allow us to iterate over this information in different ways.
--- @param Entity entity The entity to add arguments to
--- @param Arguments any[] # An array of arguments to attach to the entity (usually {...})
Expand Down

0 comments on commit 60a4a4e

Please sign in to comment.