mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed missing logging function
This commit is contained in:
parent
14403f3c9f
commit
4e1c89c41e
@ -30,7 +30,8 @@ Server:
|
||||
[Added] Example "Epoch Event" Code to provide an example on how to broadcast a message to all players using BE.
|
||||
[Added] 'CfgTraderLimits' config can control stock limit per trader per item. Default is 100 per item class per trader.
|
||||
[Added] storedVehicleLimit variable in CfgEpochServer can now control the total max allowed vehicles on traders. Default limit is 20.
|
||||
[Fixed] Issue with trading vehicles that caused the trader data not to save or to save to the wrong slot.
|
||||
[Fixed] Logging to the database was not working due to missing function.
|
||||
[Fixed] Issue when trading vehicles that caused the trader data to save data to the wrong slot.
|
||||
[Fixed] Added missing prices for female vests.
|
||||
[Fixed] Error Generic error in expression in EPOCH_server_repairVehicle.
|
||||
[Changed] Reworked secure data storage system to be more reliable. (NOTE: This may cause issues with existing lockboxes spawn on the ground with incorrect orientation.)
|
||||
|
Binary file not shown.
@ -23,10 +23,11 @@ class cfgFunctions
|
||||
class server_hiveSETEX {};
|
||||
class server_hiveEXPIRE {};
|
||||
class server_hiveGET {};
|
||||
class server_hiveGETRANGE {};
|
||||
class server_hiveGETRANGE {};
|
||||
class server_hiveGETBIT {};
|
||||
class server_hiveGETTTL {};
|
||||
class server_hiveDEL {};
|
||||
class server_hiveGETTTL {};
|
||||
class server_hiveDEL {};
|
||||
class server_hiveLog {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user