Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Avokadomos committed Aug 11, 2022
2 parents ae2975f + fb6c379 commit 7f178ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
16 changes: 2 additions & 14 deletions description.ext
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Template version 8
// Template version 9

author = "Unknown of Arma Sweden";
onLoadName = "Template";
Expand All @@ -10,20 +10,8 @@ respawn = 3;
respawnDelay = 30;
respawnOnStart = 0;
respawnDialog = 0;
respawnTemplates[] = {"CustomSpectator", "Wave", "MenuPosition"};
respawnTemplatesVirtual[] = {};

disabledAI = 1;
joinUnassigned = 1;
enableDebugConsole = 1;

class CfgRespawnTemplates
{
class CustomSpectator
{
onPlayerKilled = "respawn\customSpectator.sqf";
onPlayerRespawn = "";
respawnDelay = 30;
respawnOnStart = 0;
};
};
enableDebugConsole = 1;
50 changes: 0 additions & 50 deletions respawn/customSpectator.sqf

This file was deleted.

0 comments on commit 7f178ed

Please sign in to comment.