Skip to content

Commit

Permalink
fixed the authors and category
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifhub committed Dec 24, 2023
1 parent 33a8f46 commit d68df25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/weapons/weapon_magicsword.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SWEP.PrintName = "Magic Sword"
SWEP.Author = "yousifgaming"
SWEP.Author = TASWeapons.Authors.yousifgaming
SWEP.Instructions =
"Left click to attack | Right click to leap | Reload to heal | While holding the sword you don't take fall damage"
SWEP.Purpose = "To Become a cool swordsman that can fly"
SWEP.Contact = "Don't Contact me i dont like people"

SWEP.Category = "yousifgaming's Weapons"
SWEP.Category = TASWeapons.Category
SWEP.Spawnable = true
SWEP.AdminOnly = false
SWEP.BounceWeaponIcon = false
Expand Down

0 comments on commit d68df25

Please sign in to comment.