diff options
Diffstat (limited to 'gamemode/itemsystem/armor/balaclava.lua')
| -rw-r--r-- | gamemode/itemsystem/armor/balaclava.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/itemsystem/armor/balaclava.lua b/gamemode/itemsystem/armor/balaclava.lua index dd0ec83..1ea094b 100644 --- a/gamemode/itemsystem/armor/balaclava.lua +++ b/gamemode/itemsystem/armor/balaclava.lua @@ -11,7 +11,7 @@ item.Tooltip = "Something to cover your face" --Required Returns the data needed to rebuild this item, should only contain the minimum data nessessary since this gets sent over the network item.Serialize = function(self) - print("Trying to serailize!") + print("Trying to Serialize!") return "" end |
