38f1ddb...178a853: v0.8.9.1, removed content folder

This commit is contained in:
Joonas Rikkonen
2019-03-18 19:46:58 +02:00
parent 38f1ddb6fe
commit 6c0679c297
1054 changed files with 151673 additions and 144931 deletions
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Xml.Linq;
@@ -10,23 +9,14 @@ namespace Barotrauma.Networking
enum ClientPermissions
{
None = 0,
[Description("End round")]
EndRound = 1,
[Description("Kick")]
Kick = 2,
[Description("Ban")]
Ban = 4,
[Description("Revoke Ban")]
Unban = 8,
[Description("Select submarine")]
SelectSub = 16,
[Description("Select game mode")]
SelectMode = 32,
[Description("Manage campaign")]
ManageCampaign = 64,
[Description("Console commands")]
ConsoleCommands = 128,
[Description("Access server log")]
ServerLog = 256
}