Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix for disableSerialization log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentRev committed Jul 31, 2013
1 parent 6b21a3b commit 71c900c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/functions/newPlayerIcons.sqf
Expand Up @@ -6,6 +6,8 @@

#define icons_idc 46300

disableSerialization;

FZF_ICHud_Zoom = 0.05;
FZF_ICHud_Scale = 1.0;
FZF_ICHud_Centre = [150, 150];
Expand Down

1 comment on commit 71c900c

@AgentRev
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, wrong issue reference.

Please sign in to comment.