Skip to content

Commit

Permalink
Quit 'CBA_fnc_addKeybind' on headless clients, fix #467
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Aug 16, 2016
1 parent 1f22d8f commit 0a364af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/keybinding/fnc_addKeybind.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Author:
#include "\x\cba\addons\keybinding\script_component.hpp"

// Clients only.
if (isDedicated) exitWith {};
if (!hasInterface) exitWith {};

_nullKeybind = [-1, [false,false,false]];

Expand Down

0 comments on commit 0a364af

Please sign in to comment.