Skip to content

Changelog

Version 1.5

  • Fixed localization format error in alcoholDesc string by correcting %s% to %s%% in all language files (English, Spanish, Portuguese, Italian, German, French)

Version 1.4

  • Added comprehensive configuration documentation

Version 1.3

  • Added comprehensive hooks documentation

Version 1.2

  • Updated function naming convention from PascalCase to camelCase for consistency:
  • ResetBAC() ? resetBAC()
  • AddBAC() ? addBAC()
  • IsDrunk() ? isDrunk()
  • GetBAC() ? getBAC()

Version 1.1

  • Created docs

Version 1.0

  • Initial Release