Removed Bang param from file.load.

This commit is contained in:
Devine Lu Linvega
2016-12-09 05:31:23 -07:00
parent 78b2d13de8
commit f80699271f
2 changed files with 6 additions and 8 deletions

View File

@@ -2,12 +2,10 @@ function FileLoad(rune)
{
Module.call(this,rune);
this.parameters = [Filepath,Position,Rect,Bang];
this.parameters = [Filepath,Position,Rect];
this.active = function(cmd)
{
if(cmd.bang()){ this.storage = []; }
ronin.overlay.clear();
if(!cmd.filepath() && !cmd.value()){ return; }