Skip to content

Commit

Permalink
fixed bug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubjunk committed Jan 5, 2019
1 parent 5cbbec4 commit 69c01a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Missionframework/modules/16_garrison/functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
File: functions.hpp
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
Date: 2018-10-18
Last Update: 2018-12-21
Last Update: 2019-01-05
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html
Description:
Expand All @@ -26,6 +26,9 @@ class garrison {
// Remove given vehicle from sector garrison
class garrison_delVeh {};

// Despawns the sector garrison and updates the garrison array with actual data
class garrison_despawn {};

// Gets the specific garrison array
class garrison_getGarrison {};

Expand Down

0 comments on commit 69c01a8

Please sign in to comment.