setclothes fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
@@ -1276,7 +1276,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
cloth.Texture = texture;
|
cloth.Texture = texture;
|
||||||
}
|
}
|
||||||
dbContext.SaveChanges();
|
dbContext.SaveChanges();
|
||||||
NAPI.Player.SetPlayerClothes(player, component, drawable, texture);
|
NAPI.Player.SetPlayerClothes(target, component, drawable, texture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user