Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Made PlayerStandardArmor the default (since it's not an add-on)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Aug 15, 2012
1 parent 0a55085 commit 6e4f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.cs
Expand Up @@ -39,7 +39,7 @@
%name = trim(strReplace(fileName(fileBase(%i)), "_", " "));

%build = "";
%playerDatablock = PlayerNoJet;
%playerDatablock = PlayerStandardArmor;
%toolCount = 0;

%success = true;
Expand Down

0 comments on commit 6e4f2ef

Please sign in to comment.