Virtual-Universe / Virtual-Universe-Release

Stable release repository for the Virtual Universe Open Source Project Arm. For bleeding edge development code please see the Virtual-Universe/Virtual-Dev or the Virtual-Universe/Virtual-Universe-Early-Dev repository. Please use this repository for production level grids.
https://virtual-planets.org
7 stars 6 forks source link

WEB SERVER #29

Closed LifeGold closed 8 years ago

LifeGold commented 8 years ago

Universe/Modules/Web/html/user_profile.cs

+using Universe.Framework.Servers.HttpServer.Implementation; +using Universe.Framework.Services; +using Universe.Framework.Services.ClassHelpers.Profile; +using Universe.Framework.Utilities; +using Universe.Framework.Services.ClassHelpers.Profile;

Is repeated twice +using Universe.Framework.Services.ClassHelpers.Profile;

emperorstarfinder commented 8 years ago

This issue is now fixed. Good catch, thanks :)