Skip to content

Commit

Permalink
Merge pull request #1663 from wiremod/fix-changed-empty-arg
Browse files Browse the repository at this point in the history
Remove void signature from changed
  • Loading branch information
AbigailBuccaneer authored Jun 1, 2018
2 parents 880cc7a + dbb1ada commit 2e49f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/entities/gmod_wire_expression2/core/selfaware.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ local excluded_types = {
n = true,
v = true,
a = true,
[""] = true,

r = true,
t = true,
Expand Down

0 comments on commit 2e49f70

Please sign in to comment.