[FIXED] /WRename stores non-existing name in '-'

Fixed bugs, solved problems, and old reports.
Locked
User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

[FIXED] /WRename stores non-existing name in '-'

Post by Hellenion »

When using WRename, the first parameter is a (partial) name of the to-be renamed world, the second parameter is the new name of that world.
The name selected by the first parameter will no longer exist after WRename, since the world was renamed, yet that name is stored in the '-'.

'-' will now point to a nonexistent world, and cannot be used, not even to create a new world, since new names do not resolve '-', and take it as a literal minus.


'-' should instead point to the new name of the world, this will allow for further operation on the world that's being worked with, which is what '-' was designed for.
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: /WRename stores non-existing name in '-'

Post by fragmer »

Fixed internally (branch-0.70x). Thanks for reporting!

Locked