mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-21 01:22:25 +00:00
memcpy and template deduction guide
This commit is contained in:
@@ -12,7 +12,7 @@ void StoryBoxInteractServer::OnUse(Entity* self, Entity* user) {
|
||||
{
|
||||
AMFArrayValue args;
|
||||
|
||||
args.Insert<std::string>("state", "Story");
|
||||
args.Insert("state", "Story");
|
||||
|
||||
GameMessages::SendUIMessageServerToSingleClient(user, user->GetSystemAddress(), "pushGameState", args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user