mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
changelog and private updates
This commit is contained in:
parent
50923897ef
commit
27ef4446e4
@ -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]];
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user