- Joined
- Apr 3, 2010
- Messages
- 1,889
When I tried to copy and paste my vJass code from my map, whatever inlining I had was inlined to two spaces.
I believe that this is a Hive 2 thing.
Example.
How it's meant to look.
I have to manually add the spaces in manually to make it look like it does in the editor.
Same issue when I CnP into Notepad into the messenger here.
I believe that this is a Hive 2 thing.
Example.
JASS:
library dasfs
static method fhsjka takes nothing returns nothing
local thistype this = 11
loop
//stuff
exitwhen this == 0
set this = this - 1
endloop
endmethod
endlibrary
JASS:
library dasfs
static method fhsjka takes nothing returns nothing
local thistype this = 11
loop
//stuff
exitwhen this == 0
set this = this - 1
endloop
endmethod
endlibrary
Same issue when I CnP into Notepad into the messenger here.