ok
This commit is contained in:
@@ -168,7 +168,6 @@ export default function (globalData: IGlobalData) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
menu.MenuClose.on(() => {
|
menu.MenuClose.on(() => {
|
||||||
mp.gui.chat.activate(true);
|
|
||||||
globalData.InMenu = false;
|
globalData.InMenu = false;
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -627,7 +627,6 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
{
|
{
|
||||||
player.SendNotification($"~w~Du hast ~y~{targetname} ~w~ ${amount} gegeben.");
|
player.SendNotification($"~w~Du hast ~y~{targetname} ~w~ ${amount} gegeben.");
|
||||||
target.SendNotification($"~w~ Du hast von ~y~{playername} ~w~ ${amount} erhalten.", true);
|
target.SendNotification($"~w~ Du hast von ~y~{playername} ~w~ ${amount} erhalten.", true);
|
||||||
target.SetData<int>("pay_amount", amount);
|
|
||||||
|
|
||||||
using (var dbContext = new DatabaseContext())
|
using (var dbContext = new DatabaseContext())
|
||||||
{
|
{
|
||||||
@@ -635,8 +634,6 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
player.GetUser(dbContext).Handmoney -= amount;
|
player.GetUser(dbContext).Handmoney -= amount;
|
||||||
dbContext.SaveChanges();
|
dbContext.SaveChanges();
|
||||||
}
|
}
|
||||||
target.ResetData("pay_amount");
|
|
||||||
target.ResetData("pay_player");
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user