Skip to content

Commit 45fda13

Browse files
committed
updated command args
1 parent 904b7d9 commit 45fda13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/clientcrash/graphicsmc/graphicsmc/RenderCommandListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
4848
mv.addRenderer(new RockWebcamRenderer());
4949
case Stream:
5050
mv.setScale(MapView.Scale.FARTHEST);
51-
ArrayList<BufferedImage> imgl = getImagesWithEndingInDir("./png",".png");
51+
ArrayList<BufferedImage> imgl = getImagesWithEndingInDir(args[2],args[3]);
5252
mv.addRenderer(new SmoothVideoRender(imgl,0,Integer.parseInt(args[1])));
5353

5454
break;

0 commit comments

Comments
 (0)