View Single Post
08-31-16, 08:32 PM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Benio View Post
Lua Code:
  1. if
  2.         duration == nil
  3.     or  realDuration == nil
  4. then return nil end;

Honestly speaking this indent style/structure is kind of special, I don't mean to say anything with that

It's just the first time I see this style
  Reply With Quote