Skip to content

Commit

Permalink
whoops i guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmajia committed Sep 17, 2024
1 parent 9a51def commit 006e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Commands/WarpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args)
// Sort so that warp points on the same grid/map are first.
// So if you have two maps loaded with the same warp points,
// it will prefer the warp points on the map you're currently on.
var aGrid = a.GetGridUid(_entManager);
var aGrid = a.GetGridUid(_entManager);
var bGrid = b.GetGridUid(_entManager);

if (aGrid == bGrid)
Expand Down

0 comments on commit 006e18b

Please sign in to comment.