Skip to content

Commit

Permalink
Removed wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnardy committed Apr 19, 2022
1 parent aa9b4e6 commit 9630619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Client/SpawnMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ function ToggleToolGunAiming(weapon, tool, enable)
elseif (
tool == "ColorTool" or
tool == "ThrusterTool" or
tool == "UselessTool" or
tool == "WeldTool" or
tool == "TrailTool" or
tool == "ResizerTool" or
Expand Down Expand Up @@ -419,9 +418,7 @@ Package.Require("Tools/Resizer.lua")
Package.Require("Tools/Rope.lua")
Package.Require("Tools/Thruster.lua")
Package.Require("Tools/Trail.lua")
Package.Require("Tools/Useless.lua")
Package.Require("Tools/Weld.lua")

Package.Require("Entities/CCTV.lua")
Package.Require("Entities/TV.lua")
Package.Require("Entities/Breakable.lua")
2 changes: 1 addition & 1 deletion Package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# contributors
author = "nanos™"
# version
version = "2.10.3"
version = "2.10.4"
# image URL
image = "https://i.imgur.com/aoEa4N4.jpg"
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time) or 'loading-screen' (special package loaded in loading screen)
Expand Down

0 comments on commit 9630619

Please sign in to comment.