Skip to content

Commit

Permalink
Merge pull request #2 from tuntematonjr/dev
Browse files Browse the repository at this point in the history
fixed respawn compatibility
  • Loading branch information
tuntematonjr authored Aug 31, 2023
2 parents c7fb506 + 262a04a commit f4e1ac6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion addons/Briefingtime/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "\x\tun\addons\Main\script_component.hpp"
#include "\x\tun\addons\UtilitiesMain\script_component.hpp"
#undef COMPONENT
#define COMPONENT briefingtime
2 changes: 1 addition & 1 deletion addons/MedicalFP/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "\x\tun\addons\Main\script_component.hpp"
#include "\x\tun\addons\UtilitiesMain\script_component.hpp"
#undef COMPONENT
#define COMPONENT medicalFP
2 changes: 1 addition & 1 deletion addons/Radiochannels/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "\x\tun\addons\Main\script_component.hpp"
#include "\x\tun\addons\UtilitiesMain\script_component.hpp"
#undef COMPONENT
#define COMPONENT radiochannels
2 changes: 1 addition & 1 deletion addons/Startmarkers/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "\x\tun\addons\Main\script_component.hpp"
#include "\x\tun\addons\UtilitiesMain\script_component.hpp"
#undef COMPONENT
#define COMPONENT startmarkers
2 changes: 1 addition & 1 deletion addons/Utilities/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "\x\tun\addons\Main\script_component.hpp"
#include "\x\tun\addons\UtilitiesMain\script_component.hpp"
#undef COMPONENT
#define COMPONENT utilities
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define COMPONENT main
#define COMPONENT utilitiesMain
#define PREFIX Tun

#define MAJOR 1
#define MINOR 2
#define PATCHLVL 0
#define PATCHLVL 1
#define BUILD 31082023

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
Expand Down

0 comments on commit f4e1ac6

Please sign in to comment.