Skip to content

Commit 88a45ec

Browse files
committed
fix
1 parent ac9801e commit 88a45ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4DKeyBinds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ namespace KeyBinds
176176
inline std::vector<std::pair<std::string, std::string>> getBinds(KeyBindsScope scope)
177177
{
178178
if (!isLoaded())
179-
return;
179+
return {};
180180

181181
std::vector<std::pair<std::string, std::string>> result{};
182182

0 commit comments

Comments
 (0)