summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index bb0ae0310..70b251ac6 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1236,8 +1236,7 @@ DEF_CONSOLE_CMD(ConScreenShot)
}
}
- RequestScreenshot(type, name);
-
+ MakeScreenshot(type, name);
return true;
}