weight system disable logging

This commit is contained in:
[VB]AWOL
2013-08-27 21:32:19 -05:00
parent e236b400bb
commit 159fc5e5e1
18 changed files with 36 additions and 36 deletions

View File

@@ -53,9 +53,9 @@ R3F_WEIGHT_FNCT_GetItemWeight = {
_total_weight = _total_weight + _weight;
} else {
// log only if not found
// #ifdef R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
#ifdef R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
diag_log format["Class not found %1", _x];
// #endif
#endif
};
};