edit weapondamage carbinrifle & other unjail position & fix tog command

This commit is contained in:
michael.reiswich
2021-04-01 19:24:24 +02:00
parent 42b7be7770
commit 165e871476
5 changed files with 8 additions and 8 deletions

View File

@@ -236,7 +236,7 @@ namespace ReallifeGamemode.Server.Commands
case "ip":
if(player.HasData("togip"))
{
player.SetData("togip", false);
player.ResetData("togip");
player.SendNotification("~g~[Info]~w~ Ip´s werden nun ausgeblendet.");
}
else
@@ -249,7 +249,7 @@ namespace ReallifeGamemode.Server.Commands
case "deathlogs":
if (player.HasData("togdeath"))
{
player.SetData("togdeath", false);
player.ResetData("togdeath");
player.SendNotification("~g~[Info]~w~ Deathlogs werden nun ausgeblendet.");
}
else
@@ -261,7 +261,7 @@ namespace ReallifeGamemode.Server.Commands
case "lc":
if (player.HasData("toglc"))
{
player.SetData("toglc", false);
player.ResetData("toglc");
player.SendNotification("~g~[Info]~w~ Leaderchat wird nun ausgeblendet.");
}
else