From 27ef4446e4a8f61592653832a7972ed712e215f8 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 3 Oct 2017 15:59:49 -0500 Subject: [PATCH] changelog and private updates --- Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf | 2 +- changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf b/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf index 80edd10e..095d7031 100644 --- a/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf +++ b/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf @@ -24,7 +24,7 @@ BOOL */ //[[[cog import generate_private_arrays ]]] -private ["_cfgBaseBuilding","_class","_color","_colors","_config","_delete","_dir","_item","_lootBias","_lootLimit","_lootType","_loots","_masterConfig","_pos","_posName","_positions","_possibleCount","_possibleLoots","_randomIndex","_return","_selectedLoot"]; +private ["_cfgBaseBuilding","_class","_color","_colors","_config","_delete","_dir","_item","_lootBias","_lootLimit","_lootType","_loots","_masterConfig","_pos","_posName","_positions","_possibleCount","_possibleLoots","_randomIndex","_return","_selectedConfig","_selectedLoot"]; //[[[end]]] params [["_building",objNull,[objNull]], ["_lootCheckBufferLimit",333], ["_lootObjectLimit",33]]; diff --git a/changelog.md b/changelog.md index 8bcc7d1a..accb3be1 100644 --- a/changelog.md +++ b/changelog.md @@ -49,7 +49,7 @@ All changes for [Arma 3](https://arma3.com/) [Epoch Mod](https://epochmod.com) a - Bump to hive version 0.6.0.0, Note: this requires epochserver hive extension updates server side. - Gas Station Auto-Refuel is now disabled on all maps. Use disableAutoRefuel = false; via epochconfig.hpp to disable. @SMVampire ### Fixed -- Player stats variables are not obfuscated, and hitpoints tracked via server. +- Player stats variables are now obfuscated, and hitpoints tracked via the server. - Bad conversion: bool RPT spam caused by incorrect usage of configClasses. @DirtySanchez - Snapping issues base building @DirtySanchez - Sounds not working due to changes to 3dSay command in recent A3 updates. @DirtySanchez