wiremod / advduplicator

Garry's Mod add-on that allows a player to save and load contraptions
http://www.wiremod.com
Apache License 2.0
67 stars 43 forks source link

seveal small fixes vor beta 35 #2

Closed tmahring closed 11 years ago

tmahring commented 11 years ago

menu now working again. also basic saving and loading. up/download seems to be still broken

TomyLobo commented 11 years ago

"!ply or !ply:IsValid()" - wtf?

tmahring commented 11 years ago

i only changed ply:IsValid() to IsValid(ply)

AbigailBuccaneer commented 11 years ago

IsValid(p) == p and p:IsValid()

This can be used in a couple of places, I think.

TomyLobo commented 11 years ago

oops i copypasta'd the wrong thing. let's try this again:

"!ply or !IsValid(ply)" - wtf?

tmahring commented 11 years ago

Well you'r right, thats totally redundant now as IsValue is no longer a Member function. I can fix it if you want to.

AbigailBuccaneer commented 11 years ago

Already been applied by #4.