Skip to content

Commit

Permalink
Fixed Balloon Tool default model
Browse files Browse the repository at this point in the history
With the old one you couldn't spawn the balloon.
  • Loading branch information
robotboy655 committed Feb 9, 2015
1 parent 9e0a8b9 commit 9aa82d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ TOOL.ClientConVar[ "force" ] = "500"
TOOL.ClientConVar[ "r" ] = "255"
TOOL.ClientConVar[ "g" ] = "255"
TOOL.ClientConVar[ "b" ] = "0"
TOOL.ClientConVar[ "model" ] = "models/maxofs2d/balloon_classic.mdl"
TOOL.ClientConVar[ "model" ] = "normal_skin1"

cleanup.Register( "balloons" )

Expand Down

0 comments on commit 9aa82d5

Please sign in to comment.