generated from AriasCreations/vsmodtemplate
Fix: #4
This commit is contained in:
parent
268834b434
commit
7ca713e42a
2 changed files with 3 additions and 3 deletions
|
@ -344,7 +344,7 @@ namespace AriasServerUtils
|
|||
ServerUtilities.NewBackCacheForPlayer(isp);
|
||||
ServerUtilities.serverWarps.warps[name].Location.Merge(isp.Entity);
|
||||
|
||||
ServerUtilities.SendMessageTo(isp, Lang.Get($"{ServerUtilities.MOD_ID}:warp-set", name));
|
||||
ServerUtilities.SendMessageTo(isp, Lang.Get($"{ServerUtilities.MOD_ID}:warp-tp", name));
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"modid": "ariasserverutils",
|
||||
"name": "Aria's Server Utilities",
|
||||
"authors": ["zontreck"],
|
||||
"description": "A collection of server utilities\n\nBuild Date: 04-24-2025 @ 11:26 AM MST",
|
||||
"version": "1.0.9",
|
||||
"description": "A collection of server utilities\n\nBuild Date: 05-3-2025 @ 12:34 PM MST",
|
||||
"version": "1.0.10-dev.1",
|
||||
"dependencies": {
|
||||
"game": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue