Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
return Def.Quad{
|
||||
InitCommand=function(self)
|
||||
self:setsize(96, 28);
|
||||
self:diffuse(color("#44CCFFCC"));
|
||||
end;
|
||||
InitCommand=cmd(setsize,96,28;diffuse,color("#44CCFFCC"););
|
||||
};
|
||||
Reference in New Issue
Block a user